#221872

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

Shades of Midnight Blue #221872

Tints of Midnight Blue #221872

Color information

#221872 (or 0x221872) is unknown color: approx Midnight Blue. HEX triplet: 22, 18 and 72. RGB value is (34,24,114). Sum of RGB (Red+Green+Blue) = 34+24+114=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #221872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221872 is #DDE78D. Grayscale: #242424. Windows color (decimal): -14542734 or 7477282. OLE color: 7477282.

HSL color Cylindrical-coordinate representation of color #221872: hue angle of 246.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221872 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3424114-
CMYK0.700.7900.55
HSL246.67º65.22%27.06%-
HSV(B)246.67º78.95%44.71%-
XYZ4.022.2116.13-
YUV37.25171.31125.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=19.77%
G=13.95%
B=66.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34241140.700.7900.55246.6765.2227.06
Hex221872464F037f7411b
Octal423016210611706736710133
Binary10001011000111001010001101001111011011111110111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221872; }

 p { color: rgb(34,24,114); }

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

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

 a { background-color: rgb(34,24,114); }

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

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

 span { border-color: rgb(34,24,114); }

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