Html Css Color HEX #061078 Navy

📋 copy color: '#061078'

red 6 ◦ green 16 ◦ blue 120

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

Shades of Navy #061078

Tints of Navy #061078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 84.51%

R = 4.23%
G = 11.27%
B = 84.51%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#061078 (or 0x061078) is known color: Navy. HEX triplet: 06, 10 and 78. RGB value is (6,16,120). Sum of RGB (Red+Green+Blue) = 6+16+120=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 120 (47.27% from 255 or 84.51% from 142); Max value from RGB is 120 - color contains mainly: blue. Hex color #061078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061078 is #F9EF87. Grayscale: #181818. Windows color (decimal): -16379784 or 7868422. OLE color: 7868422.

HSL color Cylindrical-coordinate representation of color #061078: hue angle of 234.74º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061078 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 16 120 -
CMYK 0.95 0.87 0 0.53
HSL 234.74º 0.9% 0.25% -
HSV(B) 234.74º 0.95% 0.47% -
XYZ 3.65 1.77 17.92 -
YUV 24.87 181.69 114.54 -
System Red Green Blue C M Y K H S L
Decimal 6 16 120 0.95 0.87 0 0.53 234.74 0.9 0.25
Hex 6 10 78 5F 57 0 35 EB 5A 19
Octal 6 20 170 137 127 0 65 353 132 31
Binary 110 10000 1111000 1011111 1010111 0 110101 11101011 1011010 11001

Color Harmonies of #061078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061078

Black with #061078

Text Example


Text Example

White with #061078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061078; }

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

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

background-color css

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

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

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

border-color css

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

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

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