#21187C

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

Shades of Midnight Blue #21187C

Tints of Midnight Blue #21187C

Color information

#21187C (or 0x21187C) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 7C. RGB value is (33,24,124). Sum of RGB (Red+Green+Blue) = 33+24+124=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #21187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21187C is #DEE783. Grayscale: #252525. Windows color (decimal): -14608260 or 8132641. OLE color: 8132641.

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

Color convert

RGB3324124-
CMYK0.730.8100.51
HSL245.4º67.57%29.02%-
HSV(B)245.4º80.65%48.63%-
XYZ4.592.4319.3-
YUV38.09176.48124.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 124 (48.83% from 255) = 68.51%
R=18.23%
G=13.26%
B=68.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33241240.730.8100.51245.467.5729.02
Hex21187C4951033f5441d
Octal413017411112106336510435
Binary10000111000111110010010011010001011001111110101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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