Html Css Color HEX #220986 Ultramarine

📋 copy color: '#220986'

red 34 ◦ green 9 ◦ blue 134

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

Shades of Ultramarine #220986

Tints of Ultramarine #220986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

 BLUE value IS 134 (52.73% from 255) = 75.71%

R = 19.21%
G = 5.08%
B = 75.71%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#220986 (or 0x220986) is known color: Ultramarine. HEX triplet: 22, 09 and 86. RGB value is (34,9,134). Sum of RGB (Red+Green+Blue) = 34+9+134=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 134 (52.73% from 255 or 75.71% from 177); Max value from RGB is 134 - color contains mainly: blue. Hex color #220986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220986 is #DDF679. Grayscale: #1E1E1E. Windows color (decimal): -14546554 or 8784162. OLE color: 8784162.

HSL color Cylindrical-coordinate representation of color #220986: hue angle of 252º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220986 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 9 134 -
CMYK 0.75 0.93 0 0.47
HSL 252º 0.87% 0.28% -
HSV(B) 252º 0.93% 0.53% -
XYZ 5.06 2.26 22.72 -
YUV 30.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 34 9 134 0.75 0.93 0 0.47 252 0.87 0.28
Hex 22 9 86 4B 5D 0 2F FC 57 1C
Octal 42 11 206 113 135 0 57 374 127 34
Binary 100010 1001 10000110 1001011 1011101 0 101111 11111100 1010111 11100

Color Harmonies of #220986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220986

Black with #220986

Text Example


Text Example

White with #220986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220986; }

 p { color: rgb(34,9,134); }

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

background-color css

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

 a { background-color: rgb(34,9,134); }

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

border-color css

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

 span { border-color: rgb(34,9,134); }

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