#21247B

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

Shades of Midnight Blue #21247B

Tints of Midnight Blue #21247B

Color information

#21247B (or 0x21247B) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 7B. RGB value is (33,36,123). Sum of RGB (Red+Green+Blue) = 33+36+123=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #21247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21247B is #DEDB84. Grayscale: #2C2C2C. Windows color (decimal): -14605189 or 8070177. OLE color: 8070177.

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

Color convert

RGB3336123-
CMYK0.730.7100.52
HSL238º57.69%30.59%-
HSV(B)238º73.17%48.24%-
XYZ4.833.0219.07-
YUV45.02172.01119.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 123 (48.44% from 255) = 64.06%
R=17.19%
G=18.75%
B=64.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33361230.730.7100.5223857.6930.59
Hex21247B4947034ee3a1f
Octal41441731111070643567237
Binary10000110010011110111001001100011101101001110111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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