#010249

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

Shades of Midnight Blue #010249

Tints of Midnight Blue #010249

Color information

#010249 (or 0x010249) is unknown color: approx Midnight Blue. HEX triplet: 01, 02 and 49. RGB value is (1,2,73). Sum of RGB (Red+Green+Blue) = 1+2+73=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 73 (28.91% from 255 or 96.05% from 76); Max value from RGB is 73 - color contains mainly: blue. Hex color #010249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010249 is #FEFDB6. Grayscale: #090909. Windows color (decimal): -16711095 or 4784641. OLE color: 4784641.

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

Color convert

RGB1273-
CMYK0.990.9700.71
HSL239.17º97.3%14.51%-
HSV(B)239.17º98.63%28.63%-
XYZ1.240.536.34-
YUV9.8163.67121.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 73 (28.91% from 255) = 96.05%
R=1.32%
G=2.63%
B=96.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal12730.990.9700.71239.1797.314.51
Hex12496361047ef61f
Octal12111143141010735714117
Binary110100100111000111100001010001111110111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010249; }

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

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

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

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

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

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

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

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