#060F72

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

Shades of Navy #060F72

Tints of Navy #060F72

Color information

#060F72 (or 0x060F72) is unknown color: approx Navy. HEX triplet: 06, 0F and 72. RGB value is (6,15,114). Sum of RGB (Red+Green+Blue) = 6+15+114=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #060F72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F72 is #F9F08D. Grayscale: #171717. Windows color (decimal): -16380046 or 7474950. OLE color: 7474950.

HSL color Cylindrical-coordinate representation of color #060F72: hue angle of 235º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060F72 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB615114-
CMYK0.950.8700.55
HSL235º90%23.53%-
HSV(B)235º94.74%44.71%-
XYZ3.281.616.05-
YUV23.6179.02115.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 15 (6.25% from 255) = 11.11%
BLUE value IS 114 (44.92% from 255) = 84.44%
R=4.44%
G=11.11%
B=84.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6151140.950.8700.552359023.53
Hex6F725F57037eb5a18
Octal61716213712706735313230
Binary1101111111001010111111010111011011111101011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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