#221B97

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

Shades of Ultramarine #221B97

Tints of Ultramarine #221B97

Color information

#221B97 (or 0x221B97) is unknown color: approx Ultramarine. HEX triplet: 22, 1B and 97. RGB value is (34,27,151). Sum of RGB (Red+Green+Blue) = 34+27+151=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 151 (59.38% from 255 or 71.23% from 212); Max value from RGB is 151 - color contains mainly: blue. Hex color #221B97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221B97 is #DDE468. Grayscale: #2A2A2A. Windows color (decimal): -14541929 or 9902882. OLE color: 9902882.

HSL color Cylindrical-coordinate representation of color #221B97: hue angle of 243.39º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221B97 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3427151-
CMYK0.770.8200.41
HSL243.39º69.66%34.9%-
HSV(B)243.39º82.12%59.22%-
XYZ6.643.3629.58-
YUV43.23188.82121.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 27 (10.94% from 255) = 12.74%
BLUE value IS 151 (59.38% from 255) = 71.23%
R=16.04%
G=12.74%
B=71.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34271510.770.8200.41243.3969.6634.9
Hex221B974D52029f34623
Octal423322711512205136310643
Binary1000101101110010111100110110100100101001111100111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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