#21187B

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

Shades of Midnight Blue #21187B

Tints of Midnight Blue #21187B

Color information

#21187B (or 0x21187B) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 7B. RGB value is (33,24,123). Sum of RGB (Red+Green+Blue) = 33+24+123=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #21187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21187B is #DEE784. Grayscale: #252525. Windows color (decimal): -14608261 or 8067105. OLE color: 8067105.

HSL color Cylindrical-coordinate representation of color #21187B: hue angle of 245.45º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21187B is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3324123-
CMYK0.730.8000.52
HSL245.45º67.35%28.82%-
HSV(B)245.45º80.49%48.24%-
XYZ4.532.4118.96-
YUV37.98175.98124.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 123 (48.44% from 255) = 68.33%
R=18.33%
G=13.33%
B=68.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33241230.730.8000.52245.4567.3528.82
Hex21187B4950034f5431d
Octal413017311112006436510335
Binary10000111000111101110010011010000011010011110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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