#21248B

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

Shades of Midnight Blue #21248B

Tints of Midnight Blue #21248B

Color information

#21248B (or 0x21248B) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 8B. RGB value is (33,36,139). Sum of RGB (Red+Green+Blue) = 33+36+139=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #21248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21248B is #DEDB74. Grayscale: #2E2E2E. Windows color (decimal): -14605173 or 9118753. OLE color: 9118753.

HSL color Cylindrical-coordinate representation of color #21248B: hue angle of 238.3º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21248B is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3336139-
CMYK0.760.7400.45
HSL238.3º61.63%33.73%-
HSV(B)238.3º76.26%54.51%-
XYZ5.923.4524.78-
YUV46.84180.01118.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 139 (54.69% from 255) = 66.83%
R=15.87%
G=17.31%
B=66.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33361390.760.7400.45238.361.6333.73
Hex21248B4C4A02Dee3e22
Octal41442131141120553567642
Binary1000011001001000101110011001001010010110111101110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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