Html Css Color HEX #220087 Ultramarine

📋 copy color: '#220087'

red 34 ◦ green 0 ◦ blue 135

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

Shades of Ultramarine #220087

Tints of Ultramarine #220087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 79.88%

R = 20.12%
G = 0%
B = 79.88%

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

#220087 (or 0x220087) is known color: Ultramarine. HEX triplet: 22, 00 and 87. RGB value is (34,0,135). Sum of RGB (Red+Green+Blue) = 34+0+135=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 135 (53.12% from 255 or 79.88% from 169); Max value from RGB is 135 - color contains mainly: blue. Hex color #220087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220087 is #DDFF78. Grayscale: #191919. Windows color (decimal): -14548857 or 8847394. OLE color: 8847394.

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

Color convert

RGB 34 0 135 -
CMYK 0.75 1 0 0.47
HSL 255.11º 1% 0.26% -
HSV(B) 255.11º 1% 0.53% -
XYZ 5.03 2.09 23.06 -
YUV 25.56 189.76 134.02 -
System Red Green Blue C M Y K H S L
Decimal 34 0 135 0.75 1 0 0.47 255.11 1 0.26
Hex 22 0 87 4B 64 0 2F FF 64 1A
Octal 42 0 207 113 144 0 57 377 144 32
Binary 100010 0 10000111 1001011 1100100 0 101111 11111111 1100100 11010

Color Harmonies of #220087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220087

Black with #220087

Text Example


Text Example

White with #220087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220087; }

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

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

background-color css

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

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

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

border-color css

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

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

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