Html Css Color HEX #221790 Ultramarine

📋 copy color: '#221790'

red 34 ◦ green 23 ◦ blue 144

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

Shades of Ultramarine #221790

Tints of Ultramarine #221790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 16.92%
G = 11.44%
B = 71.64%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#221790 (or 0x221790) is known color: Ultramarine. HEX triplet: 22, 17 and 90. RGB value is (34,23,144). Sum of RGB (Red+Green+Blue) = 34+23+144=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #221790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221790 is #DDE86F. Grayscale: #272727. Windows color (decimal): -14542960 or 9443106. OLE color: 9443106.

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

Color convert

RGB 34 23 144 -
CMYK 0.76 0.84 0 0.44
HSL 245.45º 0.72% 0.33% -
HSV(B) 245.45º 0.84% 0.56% -
XYZ 6 2.97 26.64 -
YUV 40.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 34 23 144 0.76 0.84 0 0.44 245.45 0.72 0.33
Hex 22 17 90 4C 54 0 2C F5 48 21
Octal 42 27 220 114 124 0 54 365 110 41
Binary 100010 10111 10010000 1001100 1010100 0 101100 11110101 1001000 100001

Color Harmonies of #221790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221790

Black with #221790

Text Example


Text Example

White with #221790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221790; }

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

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

background-color css

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

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

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

border-color css

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

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

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