#00024A

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

Shades of Midnight Blue #00024A

Tints of Midnight Blue #00024A

Color information

#00024A (or 0x00024A) is unknown color: approx Midnight Blue. HEX triplet: 00, 02 and 4A. RGB value is (0,2,74). Sum of RGB (Red+Green+Blue) = 0+2+74=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 74 (29.30% from 255 or 97.37% from 76); Max value from RGB is 74 - color contains mainly: blue. Hex color #00024A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00024A is #FFFDB5. Grayscale: #090909. Windows color (decimal): -16776630 or 4850176. OLE color: 4850176.

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

Color convert

RGB0274-
CMYK10.9700.71
HSL238.38º100%14.51%-
HSV(B)238.38º100%29.02%-
XYZ1.260.546.52-
YUV9.61164.34121.15-

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.63%
BLUE value IS 74 (29.30% from 255) = 97.37%
R=0%
G=2.63%
B=97.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal027410.9700.71238.3810014.51
Hex024A6461047ee64f
Octal02112144141010735614417
Binary010100101011001001100001010001111110111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00024A; }

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

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

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

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

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

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

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

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