Html Css Color HEX #221590 Ultramarine

📋 copy color: '#221590'

red 34 ◦ green 21 ◦ blue 144

#221590
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #221590

Tints of Ultramarine #221590

RGB

 RED value IS 34 (13.67% from 255) = 17.09%

 GREEN value IS 21 (8.59% from 255) = 10.55%

 BLUE value IS 144 (56.64% from 255) = 72.36%

R = 17.09%
G = 10.55%
B = 72.36%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#221590 (or 0x221590) is known color: Ultramarine. HEX triplet: 22, 15 and 90. RGB value is (34,21,144). Sum of RGB (Red+Green+Blue) = 34+21+144=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #221590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221590 is #DDEA6F. Grayscale: #262626. Windows color (decimal): -14543472 or 9442594. OLE color: 9442594.

HSL color Cylindrical-coordinate representation of color #221590: hue angle of 246.34º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221590 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 21 144 -
CMYK 0.76 0.85 0 0.44
HSL 246.34º 0.75% 0.32% -
HSV(B) 246.34º 0.85% 0.56% -
XYZ 5.96 2.89 26.63 -
YUV 38.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 34 21 144 0.76 0.85 0 0.44 246.34 0.75 0.32
Hex 22 15 90 4C 55 0 2C F6 4B 20
Octal 42 25 220 114 125 0 54 366 113 40
Binary 100010 10101 10010000 1001100 1010101 0 101100 11110110 1001011 100000

Color Harmonies of #221590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221590

Black with #221590

Text Example


Text Example

White with #221590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221590; }

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

 H1.HeaderClassName
 {
   color: #221590;
 }
 .AnyTagClassName
 {
   color: #221590;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #221590;
 }
 .BgClassName
 {
   background-color: #221590;
 }
</style>

border-color css

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

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

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