Html Css Color HEX #220E88 Ultramarine

📋 copy color: '#220E88'

red 34 ◦ green 14 ◦ blue 136

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

Shades of Ultramarine #220E88

Tints of Ultramarine #220E88

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.61%

 BLUE value IS 136 (53.52% from 255) = 73.91%

R = 18.48%
G = 7.61%
B = 73.91%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#220E88 (or 0x220E88) is known color: Ultramarine. HEX triplet: 22, 0E and 88. RGB value is (34,14,136). Sum of RGB (Red+Green+Blue) = 34+14+136=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 136 (53.52% from 255 or 73.91% from 184); Max value from RGB is 136 - color contains mainly: blue. Hex color #220E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220E88 is #DDF177. Grayscale: #212121. Windows color (decimal): -14545272 or 8916514. OLE color: 8916514.

HSL color Cylindrical-coordinate representation of color #220E88: hue angle of 249.84º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220E88 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 14 136 -
CMYK 0.75 0.90 0 0.47
HSL 249.84º 0.81% 0.29% -
HSV(B) 249.84º 0.9% 0.53% -
XYZ 5.26 2.43 23.48 -
YUV 33.89 185.63 128.08 -
System Red Green Blue C M Y K H S L
Decimal 34 14 136 0.75 0.90 0 0.47 249.84 0.81 0.29
Hex 22 E 88 4B 5A 0 2F FA 51 1D
Octal 42 16 210 113 132 0 57 372 121 35
Binary 100010 1110 10001000 1001011 1011010 0 101111 11111010 1010001 11101

Color Harmonies of #220E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220E88

Black with #220E88

Text Example


Text Example

White with #220E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220E88; }

 p { color: rgb(34,14,136); }

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

background-color css

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

 a { background-color: rgb(34,14,136); }

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

border-color css

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

 span { border-color: rgb(34,14,136); }

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