#21137C

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

Shades of Midnight Blue #21137C

Tints of Midnight Blue #21137C

Color information

#21137C (or 0x21137C) is unknown color: approx Midnight Blue. HEX triplet: 21, 13 and 7C. RGB value is (33,19,124). Sum of RGB (Red+Green+Blue) = 33+19+124=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #21137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21137C is #DEEC83. Grayscale: #222222. Windows color (decimal): -14609540 or 8131361. OLE color: 8131361.

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

Color convert

RGB3319124-
CMYK0.730.8500.51
HSL248º73.43%28.04%-
HSV(B)248º84.68%48.63%-
XYZ4.52.2419.26-
YUV35.16178.14126.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 124 (48.83% from 255) = 70.45%
R=18.75%
G=10.80%
B=70.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33191240.730.8500.5124873.4328.04
Hex21137C4955033f8491c
Octal412317411112506337011134
Binary10000110011111110010010011010101011001111111000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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