Html Css Color HEX #221594 Ultramarine

📋 copy color: '#221594'

red 34 ◦ green 21 ◦ blue 148

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

Shades of Ultramarine #221594

Tints of Ultramarine #221594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 16.75%
G = 10.34%
B = 72.91%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221594 (or 0x221594) is known color: Ultramarine. HEX triplet: 22, 15 and 94. RGB value is (34,21,148). Sum of RGB (Red+Green+Blue) = 34+21+148=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #221594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221594 is #DDEA6B. Grayscale: #262626. Windows color (decimal): -14543468 or 9704738. OLE color: 9704738.

HSL color Cylindrical-coordinate representation of color #221594: hue angle of 246.14º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221594 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 21 148 -
CMYK 0.77 0.86 0 0.42
HSL 246.14º 0.75% 0.33% -
HSV(B) 246.14º 0.86% 0.58% -
XYZ 6.27 3.01 28.27 -
YUV 39.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 34 21 148 0.77 0.86 0 0.42 246.14 0.75 0.33
Hex 22 15 94 4D 56 0 2A F6 4B 21
Octal 42 25 224 115 126 0 52 366 113 41
Binary 100010 10101 10010100 1001101 1010110 0 101010 11110110 1001011 100001

Color Harmonies of #221594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221594

Black with #221594

Text Example


Text Example

White with #221594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221594; }

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

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

background-color css

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

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

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

border-color css

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

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

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