Html Css Color HEX #08006F Navy

📋 copy color: '#08006F'

red 8 ◦ green 0 ◦ blue 111

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

Shades of Navy #08006F

Tints of Navy #08006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 93.28%

R = 6.72%
G = 0%
B = 93.28%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#08006F (or 0x08006F) is known color: Navy. HEX triplet: 08, 00 and 6F. RGB value is (8,0,111). Sum of RGB (Red+Green+Blue) = 8+0+111=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 111 (43.75% from 255 or 93.28% from 119); Max value from RGB is 111 - color contains mainly: blue. Hex color #08006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08006F is #F7FF90. Grayscale: #0E0E0E. Windows color (decimal): -16252817 or 7274504. OLE color: 7274504.

HSL color Cylindrical-coordinate representation of color #08006F: hue angle of 244.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08006F is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 0 111 -
CMYK 0.93 1 0 0.56
HSL 244.32º 1% 0.22% -
HSV(B) 244.32º 1% 0.44% -
XYZ 2.97 1.2 15.11 -
YUV 15.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 8 0 111 0.93 1 0 0.56 244.32 1 0.22
Hex 8 0 6F 5D 64 0 38 F4 64 16
Octal 10 0 157 135 144 0 70 364 144 26
Binary 1000 0 1101111 1011101 1100100 0 111000 11110100 1100100 10110

Color Harmonies of #08006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08006F

Black with #08006F

Text Example


Text Example

White with #08006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,0,111); }

 H1.HeaderClassName
 {
   color: #08006F;
 }
 .AnyTagClassName
 {
   color: #08006F;
 }
</style>

background-color css

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

 a { background-color: rgb(8,0,111); }

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

border-color css

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

 span { border-color: rgb(8,0,111); }

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