#061078

Color #061078 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #061078

Tints of Navy #061078

Color information

#061078 (or 0x061078) is unknown color: approx 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

RGB616120-
CMYK0.950.8700.53
HSL234.74º90.48%24.71%-
HSV(B)234.74º95%47.06%-
XYZ3.651.7717.92-
YUV24.87181.69114.54-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6161200.950.8700.53234.7490.4824.71
Hex610785F57035eb5a19
Octal62017013712706535313231
Binary11010000111100010111111010111011010111101011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>