Html Css Color HEX #220896 Ultramarine

📋 copy color: '#220896'

red 34 ◦ green 8 ◦ blue 150

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

Shades of Ultramarine #220896

Tints of Ultramarine #220896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 150 (58.98% from 255) = 78.13%

R = 17.71%
G = 4.17%
B = 78.13%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#220896 (or 0x220896) is known color: Ultramarine. HEX triplet: 22, 08 and 96. RGB value is (34,8,150). Sum of RGB (Red+Green+Blue) = 34+8+150=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #220896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220896 is #DDF769. Grayscale: #1F1F1F. Windows color (decimal): -14546794 or 9832482. OLE color: 9832482.

HSL color Cylindrical-coordinate representation of color #220896: hue angle of 250.99º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220896 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 8 150 -
CMYK 0.77 0.95 0 0.41
HSL 250.99º 0.9% 0.31% -
HSV(B) 250.99º 0.95% 0.59% -
XYZ 6.25 2.72 29.05 -
YUV 31.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 34 8 150 0.77 0.95 0 0.41 250.99 0.9 0.31
Hex 22 8 96 4D 5F 0 29 FB 5A 1F
Octal 42 10 226 115 137 0 51 373 132 37
Binary 100010 1000 10010110 1001101 1011111 0 101001 11111011 1011010 11111

Color Harmonies of #220896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220896

Black with #220896

Text Example


Text Example

White with #220896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220896; }

 p { color: rgb(34,8,150); }

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

background-color css

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

 a { background-color: rgb(34,8,150); }

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

border-color css

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

 span { border-color: rgb(34,8,150); }

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