#060B7B

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

Shades of Navy #060B7B

Tints of Navy #060B7B

Color information

#060B7B (or 0x060B7B) is unknown color: approx Navy. HEX triplet: 06, 0B and 7B. RGB value is (6,11,123). Sum of RGB (Red+Green+Blue) = 6+11+123=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 123 (48.44% from 255 or 87.86% from 140); Max value from RGB is 123 - color contains mainly: blue. Hex color #060B7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B7B is #F9F484. Grayscale: #151515. Windows color (decimal): -16381061 or 8063750. OLE color: 8063750.

HSL color Cylindrical-coordinate representation of color #060B7B: hue angle of 237.44º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060B7B is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB611123-
CMYK0.950.9100.52
HSL237.44º90.7%25.29%-
HSV(B)237.44º95.12%48.24%-
XYZ3.771.7118.87-
YUV22.27184.84116.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 11 (4.69% from 255) = 7.86%
BLUE value IS 123 (48.44% from 255) = 87.86%
R=4.29%
G=7.86%
B=87.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6111230.950.9100.52237.4490.725.29
Hex6B7B5F5B034ed5b19
Octal61317313713306435513331
Binary1101011111101110111111011011011010011101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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