#221B70

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

Shades of Midnight Blue #221B70

Tints of Midnight Blue #221B70

Color information

#221B70 (or 0x221B70) is unknown color: approx Midnight Blue. HEX triplet: 22, 1B and 70. RGB value is (34,27,112). Sum of RGB (Red+Green+Blue) = 34+27+112=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #221B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B70 is #DDE48F. Grayscale: #262626. Windows color (decimal): -14541968 or 7346978. OLE color: 7346978.

HSL color Cylindrical-coordinate representation of color #221B70: hue angle of 244.94º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221B70 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3427112-
CMYK0.700.7600.56
HSL244.94º61.15%27.25%-
HSV(B)244.94º75.89%43.92%-
XYZ3.982.2915.56-
YUV38.78169.32124.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 112 (44.14% from 255) = 64.74%
R=19.65%
G=15.61%
B=64.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34271120.700.7600.56244.9461.1527.25
Hex221B70464C038f53d1b
Octal42331601061140703657533
Binary1000101101111100001000110100110001110001111010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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