#08067F

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

Shades of Navy #08067F

Tints of Navy #08067F

Color information

#08067F (or 0x08067F) is unknown color: approx Navy. HEX triplet: 08, 06 and 7F. RGB value is (8,6,127). Sum of RGB (Red+Green+Blue) = 8+6+127=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 127 (50% from 255 or 90.07% from 141); Max value from RGB is 127 - color contains mainly: blue. Hex color #08067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08067F is #F7F980. Grayscale: #131313. Windows color (decimal): -16251265 or 8324616. OLE color: 8324616.

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

Color convert

RGB86127-
CMYK0.940.9500.50
HSL240.99º90.98%26.08%-
HSV(B)240.99º95.28%49.8%-
XYZ41.7120.2-
YUV20.39188.16119.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 127 (50% from 255) = 90.07%
R=5.67%
G=4.26%
B=90.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861270.940.9500.50240.9990.9826.08
Hex867F5E5F032f15b1a
Octal10617713613706236113332
Binary1000110111111110111101011111011001011110001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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