#060D78

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

Shades of Navy #060D78

Tints of Navy #060D78

Color information

#060D78 (or 0x060D78) is unknown color: approx Navy. HEX triplet: 06, 0D and 78. RGB value is (6,13,120). Sum of RGB (Red+Green+Blue) = 6+13+120=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #060D78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D78 is #F9F287. Grayscale: #161616. Windows color (decimal): -16380552 or 7867654. OLE color: 7867654.

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

Color convert

RGB613120-
CMYK0.950.8900.53
HSL236.32º90.48%24.71%-
HSV(B)236.32º95%47.06%-
XYZ3.611.6817.9-
YUV23.1182.68115.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 13 (5.47% from 255) = 9.35%
BLUE value IS 120 (47.27% from 255) = 86.33%
R=4.32%
G=9.35%
B=86.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6131200.950.8900.53236.3290.4824.71
Hex6D785F59035ec5a19
Octal61517013713106535413231
Binary1101101111100010111111011001011010111101100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060D78; }

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

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

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

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

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

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

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

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