#060249

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

Shades of Midnight Blue #060249

Tints of Midnight Blue #060249

Color information

#060249 (or 0x060249) is unknown color: approx Midnight Blue. HEX triplet: 06, 02 and 49. RGB value is (6,2,73). Sum of RGB (Red+Green+Blue) = 6+2+73=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 73 (28.91% from 255 or 90.12% from 81); Max value from RGB is 73 - color contains mainly: blue. Hex color #060249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060249 is #F9FDB6. Grayscale: #0B0B0B. Windows color (decimal): -16383415 or 4784646. OLE color: 4784646.

HSL color Cylindrical-coordinate representation of color #060249: hue angle of 243.38º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060249 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB6273-
CMYK0.920.9700.71
HSL243.38º94.67%14.71%-
HSV(B)243.38º97.26%28.63%-
XYZ1.30.566.34-
YUV11.29162.83124.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 73 (28.91% from 255) = 90.12%
R=7.41%
G=2.47%
B=90.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal62730.920.9700.71243.3894.6714.71
Hex62495C61047f35ff
Octal62111134141010736313717
Binary11010100100110111001100001010001111111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060249; }

 p { color: rgb(6,2,73); }

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

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

 a { background-color: rgb(6,2,73); }

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

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

 span { border-color: rgb(6,2,73); }

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