#221F90

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

Shades of Ultramarine #221F90

Tints of Ultramarine #221F90

Color information

#221F90 (or 0x221F90) is unknown color: approx Ultramarine. HEX triplet: 22, 1F and 90. RGB value is (34,31,144). Sum of RGB (Red+Green+Blue) = 34+31+144=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #221F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221F90 is #DDE06F. Grayscale: #2C2C2C. Windows color (decimal): -14540912 or 9445154. OLE color: 9445154.

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

Color convert

RGB3431144-
CMYK0.760.7800.44
HSL241.59º64.57%34.31%-
HSV(B)241.59º78.47%56.47%-
XYZ6.183.3326.7-
YUV44.78183.99120.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 144 (56.64% from 255) = 68.90%
R=16.27%
G=14.83%
B=68.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34311440.760.7800.44241.5964.5734.31
Hex221F904C4E02Cf24122
Octal423722011411605436210142
Binary1000101111110010000100110010011100101100111100101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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