Html Css Color HEX #221490 Ultramarine

📋 copy color: '#221490'

red 34 ◦ green 20 ◦ blue 144

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

Shades of Ultramarine #221490

Tints of Ultramarine #221490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

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

R = 17.17%
G = 10.1%
B = 72.73%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#221490 (or 0x221490) is known color: Ultramarine. HEX triplet: 22, 14 and 90. RGB value is (34,20,144). Sum of RGB (Red+Green+Blue) = 34+20+144=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #221490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221490 is #DDEB6F. Grayscale: #252525. Windows color (decimal): -14543728 or 9442338. OLE color: 9442338.

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

Color convert

RGB 34 20 144 -
CMYK 0.76 0.86 0 0.44
HSL 246.77º 0.76% 0.32% -
HSV(B) 246.77º 0.86% 0.56% -
XYZ 5.94 2.85 26.62 -
YUV 38.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 34 20 144 0.76 0.86 0 0.44 246.77 0.76 0.32
Hex 22 14 90 4C 56 0 2C F7 4C 20
Octal 42 24 220 114 126 0 54 367 114 40
Binary 100010 10100 10010000 1001100 1010110 0 101100 11110111 1001100 100000

Color Harmonies of #221490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221490

Black with #221490

Text Example


Text Example

White with #221490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221490; }

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

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

background-color css

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

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

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

border-color css

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

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

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