Html Css Color HEX #220088 Ultramarine

📋 copy color: '#220088'

red 34 ◦ green 0 ◦ blue 136

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

Shades of Ultramarine #220088

Tints of Ultramarine #220088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20%
G = 0%
B = 80%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#220088 (or 0x220088) is known color: Ultramarine. HEX triplet: 22, 00 and 88. RGB value is (34,0,136). Sum of RGB (Red+Green+Blue) = 34+0+136=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #220088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220088 is #DDFF77. Grayscale: #191919. Windows color (decimal): -14548856 or 8912930. OLE color: 8912930.

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

Color convert

RGB 34 0 136 -
CMYK 0.75 1 0 0.47
HSL 255º 1% 0.27% -
HSV(B) 255º 1% 0.53% -
XYZ 5.1 2.12 23.43 -
YUV 25.67 190.26 133.94 -
System Red Green Blue C M Y K H S L
Decimal 34 0 136 0.75 1 0 0.47 255 1 0.27
Hex 22 0 88 4B 64 0 2F FF 64 1B
Octal 42 0 210 113 144 0 57 377 144 33
Binary 100010 0 10001000 1001011 1100100 0 101111 11111111 1100100 11011

Color Harmonies of #220088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220088

Black with #220088

Text Example


Text Example

White with #220088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220088; }

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

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

background-color css

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

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

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

border-color css

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

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

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