Html Css Color HEX #221690 Ultramarine

📋 copy color: '#221690'

red 34 ◦ green 22 ◦ blue 144

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

Shades of Ultramarine #221690

Tints of Ultramarine #221690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 17%
G = 11%
B = 72%

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

#221690 (or 0x221690) is known color: Ultramarine. HEX triplet: 22, 16 and 90. RGB value is (34,22,144). Sum of RGB (Red+Green+Blue) = 34+22+144=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #221690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221690 is #DDE96F. Grayscale: #272727. Windows color (decimal): -14543216 or 9442850. OLE color: 9442850.

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

Color convert

RGB 34 22 144 -
CMYK 0.76 0.85 0 0.44
HSL 245.9º 0.73% 0.33% -
HSV(B) 245.9º 0.85% 0.56% -
XYZ 5.98 2.93 26.64 -
YUV 39.5 186.98 124.08 -
System Red Green Blue C M Y K H S L
Decimal 34 22 144 0.76 0.85 0 0.44 245.9 0.73 0.33
Hex 22 16 90 4C 55 0 2C F6 49 21
Octal 42 26 220 114 125 0 54 366 111 41
Binary 100010 10110 10010000 1001100 1010101 0 101100 11110110 1001001 100001

Color Harmonies of #221690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221690

Black with #221690

Text Example


Text Example

White with #221690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221690; }

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

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

background-color css

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

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

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

border-color css

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

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

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