Color Hex Logo

#000f89 Color Hex Phthalo Blue

#000F89
(0,15,137)
5 Favorites   0 Comments

Color spaces of #000f89 Phthalo Blue

RGB 015137
HSL0.651.000.27
HSV233°100°54°
CMYK 1.000.890.00   0.46
XYZ4.68622.147823.8345
Yxy2.14780.15280.0700
Hunter Lab14.655431.4302-86.1664
CIE-Lab16.244544.3579-64.9407

#000f89 color RGB value is (0,15,137). #000f89 color name is Phthalo Blue color.

#000f89 hex color red value is 0, green value is 15 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #000f89 hue: 0.65 , saturation: 1.00 and the lightness value of 000f89 is 0.27.

The process color (four color CMYK) of #000f89 color hex is 1.00, 0.89, 0.00, 0.46. Web safe color of #000f89 is #000099. Color #000f89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001111 10001001
Octal 0 17 211
Decimal 0 15 137
Hex 0 F 89

RGB Percentages of Color #000f89

%0.00
%9.87
%90.13

CMYK Percentages of Color #000f89

%100
%89
%0
%46

Triadic Colors of #000f89

#000f89 #89000f #0f8900

Analogous Colors of #000f89

#000f89 #350089 #005489

Monochromatic Colors of #000f89

#000f89

Complementary Color

#000f89 #897a00

#000f89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000f89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000f89 Color CSS Codes

.mybgcolor {background-color:#000f89; } 
.myforecolor {color:#000f89; }
.mybordercolor {border:3px solid #000f89; }

#000f89 Text Font Color

<p style="color:#000f89">Text here</p>

This sample text font color is #000f89
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#000f89 Background Color

<div style="background-color:#000f89">
Div content here</div>

This div background color is #000f89


#000f89 Border Color

<div style="border:3px solid #000f89">
Div here</div>

This div border color is #000f89


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,15,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000f89; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000f89;
  -webkit-box-shadow: 1px 1px 3px 2px #000f89;
  box-shadow:         1px 1px 3px 2px #000f89; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,15,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #000f89">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #000f89;
  -webkit-box-shadow: 1px 1px 3px 2px #000f89;
  box-shadow:         1px 1px 3px 2px #000f89;">
Div content here</div>

This div box has shadow with color #000f89


Comments

No comments written yet.

Please login to write comment.