Html Css Color HEX #220487 Ultramarine

📋 copy color: '#220487'

red 34 ◦ green 4 ◦ blue 135

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

Shades of Ultramarine #220487

Tints of Ultramarine #220487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

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

R = 19.65%
G = 2.31%
B = 78.03%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#220487 (or 0x220487) is known color: Ultramarine. HEX triplet: 22, 04 and 87. RGB value is (34,4,135). Sum of RGB (Red+Green+Blue) = 34+4+135=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 135 (53.12% from 255 or 78.03% from 173); Max value from RGB is 135 - color contains mainly: blue. Hex color #220487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220487 is #DDFB78. Grayscale: #1B1B1B. Windows color (decimal): -14547833 or 8848418. OLE color: 8848418.

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

Color convert

RGB 34 4 135 -
CMYK 0.75 0.97 0 0.47
HSL 253.74º 0.94% 0.27% -
HSV(B) 253.74º 0.97% 0.53% -
XYZ 5.08 2.18 23.07 -
YUV 27.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 34 4 135 0.75 0.97 0 0.47 253.74 0.94 0.27
Hex 22 4 87 4B 61 0 2F FE 5E 1B
Octal 42 4 207 113 141 0 57 376 136 33
Binary 100010 100 10000111 1001011 1100001 0 101111 11111110 1011110 11011

Color Harmonies of #220487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220487

Black with #220487

Text Example


Text Example

White with #220487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220487; }

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

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

background-color css

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

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

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

border-color css

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

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

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