#061178

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

Shades of Navy #061178

Tints of Navy #061178

Color information

#061178 (or 0x061178) is unknown color: approx Navy. HEX triplet: 06, 11 and 78. RGB value is (6,17,120). Sum of RGB (Red+Green+Blue) = 6+17+120=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #061178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061178 is #F9EE87. Grayscale: #191919. Windows color (decimal): -16379528 or 7868678. OLE color: 7868678.

HSL color Cylindrical-coordinate representation of color #061178: hue angle of 234.21º 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 #061178 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB617120-
CMYK0.950.8600.53
HSL234.21º90.48%24.71%-
HSV(B)234.21º95%47.06%-
XYZ3.671.817.92-
YUV25.45181.36114.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 120 (47.27% from 255) = 83.92%
R=4.20%
G=11.89%
B=83.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6171200.950.8600.53234.2190.4824.71
Hex611785F56035ea5a19
Octal62117013712606535213231
Binary11010001111100010111111010110011010111101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061178; }

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

 H1.HeaderClassName
 {
   color: #061178;
 }
 .AnyTagClassName
 {
   color: #061178;
 }
</style>
background-color css

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

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

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

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

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

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