Html Css Color HEX #06076F Navy

📋 copy color: '#06076F'

red 6 ◦ green 7 ◦ blue 111

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

Shades of Navy #06076F

Tints of Navy #06076F

RGB

 RED value IS 6 (2.73% from 255) = 4.84%

 GREEN value IS 7 (3.13% from 255) = 5.65%

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

R = 4.84%
G = 5.65%
B = 89.52%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#06076F (or 0x06076F) is known color: Navy. HEX triplet: 06, 07 and 6F. RGB value is (6,7,111). Sum of RGB (Red+Green+Blue) = 6+7+111=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 111 (43.75% from 255 or 89.52% from 124); Max value from RGB is 111 - color contains mainly: blue. Hex color #06076F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06076F is #F9F890. Grayscale: #121212. Windows color (decimal): -16382097 or 7276294. OLE color: 7276294.

HSL color Cylindrical-coordinate representation of color #06076F: hue angle of 239.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06076F is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 7 111 -
CMYK 0.95 0.94 0 0.56
HSL 239.43º 0.9% 0.23% -
HSV(B) 239.43º 0.95% 0.44% -
XYZ 3.02 1.34 15.14 -
YUV 18.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 6 7 111 0.95 0.94 0 0.56 239.43 0.9 0.23
Hex 6 7 6F 5F 5E 0 38 EF 5A 17
Octal 6 7 157 137 136 0 70 357 132 27
Binary 110 111 1101111 1011111 1011110 0 111000 11101111 1011010 10111

Color Harmonies of #06076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06076F

Black with #06076F

Text Example


Text Example

White with #06076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,7,111); }

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

background-color css

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

 a { background-color: rgb(6,7,111); }

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

border-color css

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

 span { border-color: rgb(6,7,111); }

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