Html Css Color HEX #221295 Ultramarine

📋 copy color: '#221295'

red 34 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #221295

Tints of Ultramarine #221295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 16.92%
G = 8.96%
B = 74.13%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221295 (or 0x221295) is known color: Ultramarine. HEX triplet: 22, 12 and 95. RGB value is (34,18,149). Sum of RGB (Red+Green+Blue) = 34+18+149=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #221295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221295 is #DDED6A. Grayscale: #252525. Windows color (decimal): -14544235 or 9769506. OLE color: 9769506.

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

Color convert

RGB 34 18 149 -
CMYK 0.77 0.88 0 0.42
HSL 247.33º 0.78% 0.33% -
HSV(B) 247.33º 0.88% 0.58% -
XYZ 6.3 2.94 28.67 -
YUV 37.72 190.8 125.35 -
System Red Green Blue C M Y K H S L
Decimal 34 18 149 0.77 0.88 0 0.42 247.33 0.78 0.33
Hex 22 12 95 4D 58 0 2A F7 4E 21
Octal 42 22 225 115 130 0 52 367 116 41
Binary 100010 10010 10010101 1001101 1011000 0 101010 11110111 1001110 100001

Color Harmonies of #221295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221295

Black with #221295

Text Example


Text Example

White with #221295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221295; }

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

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

background-color css

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

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

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

border-color css

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

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

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