#21167C

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

Shades of Midnight Blue #21167C

Tints of Midnight Blue #21167C

Color information

#21167C (or 0x21167C) is unknown color: approx Midnight Blue. HEX triplet: 21, 16 and 7C. RGB value is (33,22,124). Sum of RGB (Red+Green+Blue) = 33+22+124=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #21167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21167C is #DEE983. Grayscale: #242424. Windows color (decimal): -14608772 or 8132129. OLE color: 8132129.

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

Color convert

RGB3322124-
CMYK0.730.8200.51
HSL246.47º69.86%28.63%-
HSV(B)246.47º82.26%48.63%-
XYZ4.552.3519.28-
YUV36.92177.14125.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 124 (48.83% from 255) = 69.27%
R=18.44%
G=12.29%
B=69.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33221240.730.8200.51246.4769.8628.63
Hex21167C4952033f6461d
Octal412617411112206336610635
Binary10000110110111110010010011010010011001111110110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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