#21247C

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

Shades of Midnight Blue #21247C

Tints of Midnight Blue #21247C

Color information

#21247C (or 0x21247C) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 7C. RGB value is (33,36,124). Sum of RGB (Red+Green+Blue) = 33+36+124=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #21247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21247C is #DEDB83. Grayscale: #2C2C2C. Windows color (decimal): -14605188 or 8135713. OLE color: 8135713.

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

Color convert

RGB3336124-
CMYK0.730.7100.51
HSL238.02º57.96%30.78%-
HSV(B)238.02º73.39%48.63%-
XYZ4.93.0419.4-
YUV45.14172.51119.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 124 (48.83% from 255) = 64.25%
R=17.10%
G=18.65%
B=64.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33361240.730.7100.51238.0257.9630.78
Hex21247C4947033ee3a1f
Octal41441741111070633567237
Binary10000110010011111001001001100011101100111110111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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