Html Css Color HEX #061076 Navy

📋 copy color: '#061076'

red 6 ◦ green 16 ◦ blue 118

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

Shades of Navy #061076

Tints of Navy #061076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

 BLUE value IS 118 (46.48% from 255) = 84.29%

R = 4.29%
G = 11.43%
B = 84.29%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061076 (or 0x061076) is known color: Navy. HEX triplet: 06, 10 and 76. RGB value is (6,16,118). Sum of RGB (Red+Green+Blue) = 6+16+118=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #061076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061076 is #F9EF89. Grayscale: #181818. Windows color (decimal): -16379786 or 7737350. OLE color: 7737350.

HSL color Cylindrical-coordinate representation of color #061076: hue angle of 234.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061076 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 16 118 -
CMYK 0.95 0.86 0 0.54
HSL 234.64º 0.9% 0.24% -
HSV(B) 234.64º 0.95% 0.46% -
XYZ 3.53 1.72 17.28 -
YUV 24.64 180.69 114.71 -
System Red Green Blue C M Y K H S L
Decimal 6 16 118 0.95 0.86 0 0.54 234.64 0.9 0.24
Hex 6 10 76 5F 56 0 36 EB 5A 18
Octal 6 20 166 137 126 0 66 353 132 30
Binary 110 10000 1110110 1011111 1010110 0 110110 11101011 1011010 11000

Color Harmonies of #061076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061076

Black with #061076

Text Example


Text Example

White with #061076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061076; }

 p { color: rgb(6,16,118); }

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

background-color css

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

 a { background-color: rgb(6,16,118); }

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

border-color css

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

 span { border-color: rgb(6,16,118); }

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