Html Css Color HEX #06076A Navy

📋 copy color: '#06076A'

red 6 ◦ green 7 ◦ blue 106

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

Shades of Navy #06076A

Tints of Navy #06076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 89.08%

R = 5.04%
G = 5.88%
B = 89.08%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06076A (or 0x06076A) is known color: Navy. HEX triplet: 06, 07 and 6A. RGB value is (6,7,106). Sum of RGB (Red+Green+Blue) = 6+7+106=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 106 (41.80% from 255 or 89.08% from 119); Max value from RGB is 106 - color contains mainly: blue. Hex color #06076A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06076A is #F9F895. Grayscale: #111111. Windows color (decimal): -16382102 or 6948614. OLE color: 6948614.

HSL color Cylindrical-coordinate representation of color #06076A: hue angle of 239.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06076A is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 7 106 -
CMYK 0.94 0.93 0 0.58
HSL 239.4º 0.89% 0.22% -
HSV(B) 239.4º 0.94% 0.42% -
XYZ 2.75 1.23 13.73 -
YUV 17.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 6 7 106 0.94 0.93 0 0.58 239.4 0.89 0.22
Hex 6 7 6A 5E 5D 0 3A EF 59 16
Octal 6 7 152 136 135 0 72 357 131 26
Binary 110 111 1101010 1011110 1011101 0 111010 11101111 1011001 10110

Color Harmonies of #06076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06076A

Black with #06076A

Text Example


Text Example

White with #06076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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