#221F88

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

Shades of Midnight Blue #221F88

Tints of Midnight Blue #221F88

Color information

#221F88 (or 0x221F88) is unknown color: approx Midnight Blue. HEX triplet: 22, 1F and 88. RGB value is (34,31,136). Sum of RGB (Red+Green+Blue) = 34+31+136=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #221F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221F88 is #DDE077. Grayscale: #2B2B2B. Windows color (decimal): -14540920 or 8920866. OLE color: 8920866.

HSL color Cylindrical-coordinate representation of color #221F88: hue angle of 241.71º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221F88 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3431136-
CMYK0.750.7700.47
HSL241.71º62.87%32.75%-
HSV(B)241.71º77.21%53.33%-
XYZ5.593.123.6-
YUV43.87179.99120.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 136 (53.52% from 255) = 67.66%
R=16.92%
G=15.42%
B=67.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34311360.750.7700.47241.7162.8732.75
Hex221F884B4D02Ff23f21
Octal42372101131150573627741
Binary100010111111000100010010111001101010111111110010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221F88; }

 p { color: rgb(34,31,136); }

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

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

 a { background-color: rgb(34,31,136); }

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

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

 span { border-color: rgb(34,31,136); }

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