#21237C

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

Shades of Midnight Blue #21237C

Tints of Midnight Blue #21237C

Color information

#21237C (or 0x21237C) is unknown color: approx Midnight Blue. HEX triplet: 21, 23 and 7C. RGB value is (33,35,124). Sum of RGB (Red+Green+Blue) = 33+35+124=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #21237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21237C is #DEDC83. Grayscale: #2C2C2C. Windows color (decimal): -14605444 or 8135457. OLE color: 8135457.

HSL color Cylindrical-coordinate representation of color #21237C: hue angle of 238.68º 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 #21237C is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3335124-
CMYK0.730.7200.51
HSL238.68º57.96%30.78%-
HSV(B)238.68º73.39%48.63%-
XYZ4.872.9819.39-
YUV44.55172.84119.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=17.19%
G=18.23%
B=64.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33351240.730.7200.51238.6857.9630.78
Hex21237C4948033ef3a1f
Octal41431741111100633577237
Binary10000110001111111001001001100100001100111110111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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