#060F7B

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

Shades of Navy #060F7B

Tints of Navy #060F7B

Color information

#060F7B (or 0x060F7B) is unknown color: approx Navy. HEX triplet: 06, 0F and 7B. RGB value is (6,15,123). Sum of RGB (Red+Green+Blue) = 6+15+123=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #060F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F7B is #F9F084. Grayscale: #181818. Windows color (decimal): -16380037 or 8064774. OLE color: 8064774.

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

Color convert

RGB615123-
CMYK0.950.8800.52
HSL235.38º90.7%25.29%-
HSV(B)235.38º95.12%48.24%-
XYZ3.821.8118.89-
YUV24.62183.52114.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 123 (48.44% from 255) = 85.42%
R=4.17%
G=10.42%
B=85.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6151230.950.8800.52235.3890.725.29
Hex6F7B5F58034eb5b19
Octal61717313713006435313331
Binary1101111111101110111111011000011010011101011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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