#221BA5

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

Shades of Ultramarine #221BA5

Tints of Ultramarine #221BA5

Color information

#221BA5 (or 0x221BA5) is unknown color: approx Ultramarine. HEX triplet: 22, 1B and A5. RGB value is (34,27,165). Sum of RGB (Red+Green+Blue) = 34+27+165=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 165 (64.84% from 255 or 73.01% from 226); Max value from RGB is 165 - color contains mainly: blue. Hex color #221BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221BA5 is #DDE45A. Grayscale: #2C2C2C. Windows color (decimal): -14541915 or 10820386. OLE color: 10820386.

HSL color Cylindrical-coordinate representation of color #221BA5: hue angle of 243.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221BA5 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3427165-
CMYK0.790.8400.35
HSL243.04º71.88%37.65%-
HSV(B)243.04º83.64%64.71%-
XYZ7.843.8435.93-
YUV44.82195.82120.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.04%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 165 (64.84% from 255) = 73.01%
R=15.04%
G=11.95%
B=73.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal34271650.790.8400.35243.0471.8837.65
Hex221BA54F54023f34826
Octal423324511712404336311046
Binary1000101101110100101100111110101000100011111100111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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