#060F82

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

Shades of Navy #060F82

Tints of Navy #060F82

Color information

#060F82 (or 0x060F82) is unknown color: approx Navy. HEX triplet: 06, 0F and 82. RGB value is (6,15,130). Sum of RGB (Red+Green+Blue) = 6+15+130=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 130 (51.17% from 255 or 86.09% from 151); Max value from RGB is 130 - color contains mainly: blue. Hex color #060F82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060F82 is #F9F07D. Grayscale: #181818. Windows color (decimal): -16380030 or 8523526. OLE color: 8523526.

HSL color Cylindrical-coordinate representation of color #060F82: hue angle of 235.65º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060F82 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB615130-
CMYK0.950.8800.49
HSL235.65º91.18%26.67%-
HSV(B)235.65º95.38%50.98%-
XYZ4.281.9921.28-
YUV25.42187.02114.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 130 (51.17% from 255) = 86.09%
R=3.97%
G=9.93%
B=86.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6151300.950.8800.49235.6591.1826.67
Hex6F825F58031ec5b1b
Octal61720213713006135413333
Binary11011111000001010111111011000011000111101100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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