Html Css Color HEX #220592 Ultramarine

📋 copy color: '#220592'

red 34 ◦ green 5 ◦ blue 146

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

Shades of Ultramarine #220592

Tints of Ultramarine #220592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

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

R = 18.38%
G = 2.7%
B = 78.92%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#220592 (or 0x220592) is known color: Ultramarine. HEX triplet: 22, 05 and 92. RGB value is (34,5,146). Sum of RGB (Red+Green+Blue) = 34+5+146=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #220592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220592 is #DDFA6D. Grayscale: #1D1D1D. Windows color (decimal): -14547566 or 9569570. OLE color: 9569570.

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

Color convert

RGB 34 5 146 -
CMYK 0.77 0.97 0 0.43
HSL 252.34º 0.93% 0.3% -
HSV(B) 252.34º 0.97% 0.57% -
XYZ 5.9 2.52 27.37 -
YUV 29.75 193.61 131.04 -
System Red Green Blue C M Y K H S L
Decimal 34 5 146 0.77 0.97 0 0.43 252.34 0.93 0.3
Hex 22 5 92 4D 61 0 2B FC 5D 1E
Octal 42 5 222 115 141 0 53 374 135 36
Binary 100010 101 10010010 1001101 1100001 0 101011 11111100 1011101 11110

Color Harmonies of #220592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220592

Black with #220592

Text Example


Text Example

White with #220592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220592; }

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

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

background-color css

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

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

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

border-color css

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

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

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