#060972

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

Shades of Navy #060972

Tints of Navy #060972

Color information

#060972 (or 0x060972) is unknown color: approx Navy. HEX triplet: 06, 09 and 72. RGB value is (6,9,114). Sum of RGB (Red+Green+Blue) = 6+9+114=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 114 (44.92% from 255 or 88.37% from 129); Max value from RGB is 114 - color contains mainly: blue. Hex color #060972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060972 is #F9F68D. Grayscale: #131313. Windows color (decimal): -16381582 or 7473414. OLE color: 7473414.

HSL color Cylindrical-coordinate representation of color #060972: hue angle of 238.33º 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 #060972 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB69114-
CMYK0.950.9200.55
HSL238.33º90%23.53%-
HSV(B)238.33º94.74%44.71%-
XYZ3.211.4516.03-
YUV20.07181.01117.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 114 (44.92% from 255) = 88.37%
R=4.65%
G=6.98%
B=88.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691140.950.9200.55238.339023.53
Hex69725F5C037ee5a18
Octal61116213713406735613230
Binary1101001111001010111111011100011011111101110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060972; }

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

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

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

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

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

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

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

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