Html Css Color HEX #221292 Ultramarine

📋 copy color: '#221292'

red 34 ◦ green 18 ◦ blue 146

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

Shades of Ultramarine #221292

Tints of Ultramarine #221292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 73.74%

R = 17.17%
G = 9.09%
B = 73.74%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#221292 (or 0x221292) is known color: Ultramarine. HEX triplet: 22, 12 and 92. RGB value is (34,18,146). Sum of RGB (Red+Green+Blue) = 34+18+146=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #221292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221292 is #DDED6D. Grayscale: #242424. Windows color (decimal): -14544238 or 9572898. OLE color: 9572898.

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

Color convert

RGB 34 18 146 -
CMYK 0.77 0.88 0 0.43
HSL 247.5º 0.78% 0.32% -
HSV(B) 247.5º 0.88% 0.57% -
XYZ 6.06 2.85 27.42 -
YUV 37.38 189.3 125.59 -
System Red Green Blue C M Y K H S L
Decimal 34 18 146 0.77 0.88 0 0.43 247.5 0.78 0.32
Hex 22 12 92 4D 58 0 2B F8 4E 20
Octal 42 22 222 115 130 0 53 370 116 40
Binary 100010 10010 10010010 1001101 1011000 0 101011 11111000 1001110 100000

Color Harmonies of #221292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221292

Black with #221292

Text Example


Text Example

White with #221292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221292; }

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

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

background-color css

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

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

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

border-color css

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

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

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