#221E83

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

Shades of Midnight Blue #221E83

Tints of Midnight Blue #221E83

Color information

#221E83 (or 0x221E83) is unknown color: approx Midnight Blue. HEX triplet: 22, 1E and 83. RGB value is (34,30,131). Sum of RGB (Red+Green+Blue) = 34+30+131=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #221E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221E83 is #DDE17C. Grayscale: #2A2A2A. Windows color (decimal): -14541181 or 8592930. OLE color: 8592930.

HSL color Cylindrical-coordinate representation of color #221E83: hue angle of 242.38º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221E83 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3430131-
CMYK0.740.7700.49
HSL242.38º62.73%31.57%-
HSV(B)242.38º77.1%51.37%-
XYZ5.222.9121.76-
YUV42.71177.83121.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 30 (12.11% from 255) = 15.38%
BLUE value IS 131 (51.56% from 255) = 67.18%
R=17.44%
G=15.38%
B=67.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34301310.740.7700.49242.3862.7331.57
Hex221E834A4D031f23f20
Octal42362031121150613627740
Binary100010111101000001110010101001101011000111110010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,30,131); }

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

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

 a { background-color: rgb(34,30,131); }

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

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

 span { border-color: rgb(34,30,131); }

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