#060B7F

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

Shades of Navy #060B7F

Tints of Navy #060B7F

Color information

#060B7F (or 0x060B7F) is unknown color: approx Navy. HEX triplet: 06, 0B and 7F. RGB value is (6,11,127). Sum of RGB (Red+Green+Blue) = 6+11+127=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 127 (50% from 255 or 88.19% from 144); Max value from RGB is 127 - color contains mainly: blue. Hex color #060B7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B7F is #F9F480. Grayscale: #161616. Windows color (decimal): -16381057 or 8325894. OLE color: 8325894.

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

Color convert

RGB611127-
CMYK0.950.9100.50
HSL237.52º90.98%26.08%-
HSV(B)237.52º95.28%49.8%-
XYZ4.031.8120.22-
YUV22.73186.84116.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 127 (50% from 255) = 88.19%
R=4.17%
G=7.64%
B=88.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6111270.950.9100.50237.5290.9826.08
Hex6B7F5F5B032ee5b1a
Octal61317713713306235613332
Binary1101011111111110111111011011011001011101110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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