#21247A

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

Shades of Midnight Blue #21247A

Tints of Midnight Blue #21247A

Color information

#21247A (or 0x21247A) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 7A. RGB value is (33,36,122). Sum of RGB (Red+Green+Blue) = 33+36+122=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #21247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21247A is #DEDB85. Grayscale: #2C2C2C. Windows color (decimal): -14605190 or 8004641. OLE color: 8004641.

HSL color Cylindrical-coordinate representation of color #21247A: hue angle of 237.98º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21247A is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3336122-
CMYK0.730.7000.52
HSL237.98º57.42%30.39%-
HSV(B)237.98º72.95%47.84%-
XYZ4.772.9918.74-
YUV44.91171.51119.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 122 (48.05% from 255) = 63.87%
R=17.28%
G=18.85%
B=63.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33361220.730.7000.52237.9857.4230.39
Hex21247A4946034ee391e
Octal41441721111060643567136
Binary10000110010011110101001001100011001101001110111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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