Html Css Color HEX #221495 Ultramarine

📋 copy color: '#221495'

red 34 ◦ green 20 ◦ blue 149

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

Shades of Ultramarine #221495

Tints of Ultramarine #221495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 16.75%
G = 9.85%
B = 73.4%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221495 (or 0x221495) is known color: Ultramarine. HEX triplet: 22, 14 and 95. RGB value is (34,20,149). Sum of RGB (Red+Green+Blue) = 34+20+149=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #221495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221495 is #DDEB6A. Grayscale: #262626. Windows color (decimal): -14543723 or 9770018. OLE color: 9770018.

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

Color convert

RGB 34 20 149 -
CMYK 0.77 0.87 0 0.42
HSL 246.51º 0.76% 0.33% -
HSV(B) 246.51º 0.87% 0.58% -
XYZ 6.33 3.01 28.68 -
YUV 38.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 34 20 149 0.77 0.87 0 0.42 246.51 0.76 0.33
Hex 22 14 95 4D 57 0 2A F7 4C 21
Octal 42 24 225 115 127 0 52 367 114 41
Binary 100010 10100 10010101 1001101 1010111 0 101010 11110111 1001100 100001

Color Harmonies of #221495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221495

Black with #221495

Text Example


Text Example

White with #221495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221495; }

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

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

background-color css

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

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

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

border-color css

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

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

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