#000249

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

Shades of Midnight Blue #000249

Tints of Midnight Blue #000249

Color information

#000249 (or 0x000249) is unknown color: approx Midnight Blue. HEX triplet: 00, 02 and 49. RGB value is (0,2,73). Sum of RGB (Red+Green+Blue) = 0+2+73=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 73 (28.91% from 255 or 97.33% from 75); Max value from RGB is 73 - color contains mainly: blue. Hex color #000249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000249 is #FFFDB6. Grayscale: #090909. Windows color (decimal): -16776631 or 4784640. OLE color: 4784640.

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

Color convert

RGB0273-
CMYK10.9700.71
HSL238.36º100%14.31%-
HSV(B)238.36º100%28.63%-
XYZ1.220.526.34-
YUV9.5163.84121.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 73 (28.91% from 255) = 97.33%
R=0%
G=2.67%
B=97.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal027310.9700.71238.3610014.31
Hex02496461047ee64e
Octal02111144141010735614416
Binary010100100111001001100001010001111110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000249; }

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

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

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

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

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

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

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

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