Html Css Color HEX #08067D Navy

📋 copy color: '#08067D'

red 8 ◦ green 6 ◦ blue 125

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

Shades of Navy #08067D

Tints of Navy #08067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 89.93%

R = 5.76%
G = 4.32%
B = 89.93%

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

#08067D (or 0x08067D) is known color: Navy. HEX triplet: 08, 06 and 7D. RGB value is (8,6,125). Sum of RGB (Red+Green+Blue) = 8+6+125=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 125 (49.22% from 255 or 89.93% from 139); Max value from RGB is 125 - color contains mainly: blue. Hex color #08067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08067D is #F7F982. Grayscale: #131313. Windows color (decimal): -16251267 or 8193544. OLE color: 8193544.

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

Color convert

RGB 8 6 125 -
CMYK 0.94 0.95 0 0.51
HSL 241.01º 0.91% 0.26% -
HSV(B) 241.01º 0.95% 0.49% -
XYZ 3.87 1.66 19.52 -
YUV 20.16 187.16 119.32 -
System Red Green Blue C M Y K H S L
Decimal 8 6 125 0.94 0.95 0 0.51 241.01 0.91 0.26
Hex 8 6 7D 5E 5F 0 33 F1 5B 1A
Octal 10 6 175 136 137 0 63 361 133 32
Binary 1000 110 1111101 1011110 1011111 0 110011 11110001 1011011 11010

Color Harmonies of #08067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08067D

Black with #08067D

Text Example


Text Example

White with #08067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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