Html Css Color HEX #08067C Navy

📋 copy color: '#08067C'

red 8 ◦ green 6 ◦ blue 124

#08067C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #08067C

Tints of Navy #08067C

RGB

 RED value IS 8 (3.52% from 255) = 5.8%

 GREEN value IS 6 (2.73% from 255) = 4.35%

 BLUE value IS 124 (48.83% from 255) = 89.86%

R = 5.8%
G = 4.35%
B = 89.86%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08067C (or 0x08067C) is known color: Navy. HEX triplet: 08, 06 and 7C. RGB value is (8,6,124). Sum of RGB (Red+Green+Blue) = 8+6+124=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 124 (48.83% from 255 or 89.86% from 138); Max value from RGB is 124 - color contains mainly: blue. Hex color #08067C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08067C is #F7F983. Grayscale: #131313. Windows color (decimal): -16251268 or 8128008. OLE color: 8128008.

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

Color convert

RGB 8 6 124 -
CMYK 0.94 0.95 0 0.51
HSL 241.02º 0.91% 0.25% -
HSV(B) 241.02º 0.95% 0.49% -
XYZ 3.8 1.64 19.18 -
YUV 20.05 186.66 119.41 -
System Red Green Blue C M Y K H S L
Decimal 8 6 124 0.94 0.95 0 0.51 241.02 0.91 0.25
Hex 8 6 7C 5E 5F 0 33 F1 5B 19
Octal 10 6 174 136 137 0 63 361 133 31
Binary 1000 110 1111100 1011110 1011111 0 110011 11110001 1011011 11001

Color Harmonies of #08067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08067C

Black with #08067C

Text Example


Text Example

White with #08067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08067C;
 }
 .AnyTagClassName
 {
   color: #08067C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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