#221A9D

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

Shades of Ultramarine #221A9D

Tints of Ultramarine #221A9D

Color information

#221A9D (or 0x221A9D) is unknown color: approx Ultramarine. HEX triplet: 22, 1A and 9D. RGB value is (34,26,157). Sum of RGB (Red+Green+Blue) = 34+26+157=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #221A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221A9D is #DDE562. Grayscale: #2A2A2A. Windows color (decimal): -14542179 or 10295842. OLE color: 10295842.

HSL color Cylindrical-coordinate representation of color #221A9D: hue angle of 243.66º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221A9D is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3426157-
CMYK0.780.8300.38
HSL243.66º71.58%35.88%-
HSV(B)243.66º83.44%61.57%-
XYZ7.113.5132.2-
YUV43.33192.15121.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.67%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 157 (61.72% from 255) = 72.35%
R=15.67%
G=11.98%
B=72.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34261570.780.8300.38243.6671.5835.88
Hex221A9D4E53026f44824
Octal423223511612304636411044
Binary1000101101010011101100111010100110100110111101001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,26,157); }

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

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

 a { background-color: rgb(34,26,157); }

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

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

 span { border-color: rgb(34,26,157); }

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