#21247D

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

Shades of Midnight Blue #21247D

Tints of Midnight Blue #21247D

Color information

#21247D (or 0x21247D) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 7D. RGB value is (33,36,125). Sum of RGB (Red+Green+Blue) = 33+36+125=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #21247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21247D is #DEDB82. Grayscale: #2C2C2C. Windows color (decimal): -14605187 or 8201249. OLE color: 8201249.

HSL color Cylindrical-coordinate representation of color #21247D: hue angle of 238.04º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21247D is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3336125-
CMYK0.740.7100.51
HSL238.04º58.23%30.98%-
HSV(B)238.04º73.6%49.02%-
XYZ4.963.0719.73-
YUV45.25173.01119.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 36 (14.45% from 255) = 18.56%
BLUE value IS 125 (49.22% from 255) = 64.43%
R=17.01%
G=18.56%
B=64.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33361250.740.7100.51238.0458.2330.98
Hex21247D4A47033ee3a1f
Octal41441751121070633567237
Binary10000110010011111011001010100011101100111110111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21247D; }

 p { color: rgb(33,36,125); }

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

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

 a { background-color: rgb(33,36,125); }

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

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

 span { border-color: rgb(33,36,125); }

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