#01087F

Color #01087F Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #01087F

Tints of Navy #01087F

Color information

#01087F (or 0x01087F) is unknown color: approx Navy. HEX triplet: 01, 08 and 7F. RGB value is (1,8,127). Sum of RGB (Red+Green+Blue) = 1+8+127=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 127 (50% from 255 or 93.38% from 136); Max value from RGB is 127 - color contains mainly: blue. Hex color #01087F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01087F is #FEF780. Grayscale: #121212. Windows color (decimal): -16709505 or 8325121. OLE color: 8325121.

HSL color Cylindrical-coordinate representation of color #01087F: hue angle of 236.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01087F is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB18127-
CMYK0.990.9400.50
HSL236.67º98.44%25.1%-
HSV(B)236.67º99.21%49.8%-
XYZ3.931.7120.2-
YUV19.47188.68114.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 127 (50% from 255) = 93.38%
R=0.74%
G=5.88%
B=93.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181270.990.9400.50236.6798.4425.1
Hex187F635E032ed6219
Octal11017714313606235514231
Binary11000111111111000111011110011001011101101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01087F; }

 p { color: rgb(1,8,127); }

 H1.HeaderClassName
 {
   color: #01087F;
 }
 .AnyTagClassName
 {
   color: #01087F;
 }
</style>
background-color css

<style>
 a { background-color: #01087F; }

 a { background-color: rgb(1,8,127); }

 div.DivClassName
 {
   background-color: #01087F;
 }
 .BgClassName
 {
   background-color: #01087F;
 }
</style>
border-color css

<style>
 span { border-color: #01087F; }

 span { border-color: rgb(1,8,127); }

 td.TdClassName
 {
   border-color: #01087F;
 }
 .TagClassName
 {
   border-color: #01087F;
 }
</style>