#221E9A

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

Shades of Ultramarine #221E9A

Tints of Ultramarine #221E9A

Color information

#221E9A (or 0x221E9A) is unknown color: approx Ultramarine. HEX triplet: 22, 1E and 9A. RGB value is (34,30,154). Sum of RGB (Red+Green+Blue) = 34+30+154=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #221E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221E9A is #DDE165. Grayscale: #2C2C2C. Windows color (decimal): -14541158 or 10100258. OLE color: 10100258.

HSL color Cylindrical-coordinate representation of color #221E9A: hue angle of 241.94º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221E9A is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3430154-
CMYK0.780.8100.40
HSL241.94º67.39%36.08%-
HSV(B)241.94º80.52%60.39%-
XYZ6.963.630.9-
YUV45.33189.33119.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.60%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 154 (60.55% from 255) = 70.64%
R=15.60%
G=13.76%
B=70.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34301540.780.8100.40241.9467.3936.08
Hex221E9A4E51028f24324
Octal423623211612105036210344
Binary1000101111010011010100111010100010101000111100101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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