#221B7C

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

Shades of Midnight Blue #221B7C

Tints of Midnight Blue #221B7C

Color information

#221B7C (or 0x221B7C) is unknown color: approx Midnight Blue. HEX triplet: 22, 1B and 7C. RGB value is (34,27,124). Sum of RGB (Red+Green+Blue) = 34+27+124=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #221B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B7C is #DDE483. Grayscale: #272727. Windows color (decimal): -14541956 or 8133410. OLE color: 8133410.

HSL color Cylindrical-coordinate representation of color #221B7C: hue angle of 244.33º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221B7C is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3427124-
CMYK0.730.7800.51
HSL244.33º64.24%29.61%-
HSV(B)244.33º78.23%48.63%-
XYZ4.692.5819.32-
YUV40.15175.32123.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 27 (10.94% from 255) = 14.59%
BLUE value IS 124 (48.83% from 255) = 67.03%
R=18.38%
G=14.59%
B=67.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34271240.730.7800.51244.3364.2429.61
Hex221B7C494E033f4401e
Octal423317411111606336410036
Binary10001011011111110010010011001110011001111110100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,27,124); }

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

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

 a { background-color: rgb(34,27,124); }

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

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

 span { border-color: rgb(34,27,124); }

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