#060B6F

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

Shades of Navy #060B6F

Tints of Navy #060B6F

Color information

#060B6F (or 0x060B6F) is unknown color: approx Navy. HEX triplet: 06, 0B and 6F. RGB value is (6,11,111). Sum of RGB (Red+Green+Blue) = 6+11+111=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 111 (43.75% from 255 or 86.72% from 128); Max value from RGB is 111 - color contains mainly: blue. Hex color #060B6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B6F is #F9F490. Grayscale: #141414. Windows color (decimal): -16381073 or 7277318. OLE color: 7277318.

HSL color Cylindrical-coordinate representation of color #060B6F: hue angle of 237.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060B6F is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB611111-
CMYK0.950.9000.56
HSL237.14º89.74%22.94%-
HSV(B)237.14º94.59%43.53%-
XYZ3.061.4315.15-
YUV20.9178.84117.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 11 (4.69% from 255) = 8.59%
BLUE value IS 111 (43.75% from 255) = 86.72%
R=4.69%
G=8.59%
B=86.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111110.950.9000.56237.1489.7422.94
Hex6B6F5F5A038ed5a17
Octal61315713713207035513227
Binary1101011110111110111111011010011100011101101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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