#060B78

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

Shades of Navy #060B78

Tints of Navy #060B78

Color information

#060B78 (or 0x060B78) is unknown color: approx Navy. HEX triplet: 06, 0B and 78. RGB value is (6,11,120). Sum of RGB (Red+Green+Blue) = 6+11+120=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 120 (47.27% from 255 or 87.59% from 137); Max value from RGB is 120 - color contains mainly: blue. Hex color #060B78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B78 is #F9F487. Grayscale: #151515. Windows color (decimal): -16381064 or 7867142. OLE color: 7867142.

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

Color convert

RGB611120-
CMYK0.950.9100.53
HSL237.37º90.48%24.71%-
HSV(B)237.37º95%47.06%-
XYZ3.581.6317.9-
YUV21.93183.34116.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 11 (4.69% from 255) = 8.03%
BLUE value IS 120 (47.27% from 255) = 87.59%
R=4.38%
G=8.03%
B=87.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6111200.950.9100.53237.3790.4824.71
Hex6B785F5B035ed5a19
Octal61317013713306535513231
Binary1101011111100010111111011011011010111101101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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