#220C87

Color #220C87 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #220C87

Tints of Ultramarine #220C87

Color information

#220C87 (or 0x220C87) is unknown color: approx Ultramarine. HEX triplet: 22, 0C and 87. RGB value is (34,12,135). Sum of RGB (Red+Green+Blue) = 34+12+135=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 135 (53.12% from 255 or 74.59% from 181); Max value from RGB is 135 - color contains mainly: blue. Hex color #220C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220C87 is #DDF378. Grayscale: #202020. Windows color (decimal): -14545785 or 8850466. OLE color: 8850466.

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

Color convert

RGB3412135-
CMYK0.750.9100.47
HSL250.73º83.67%28.82%-
HSV(B)250.73º91.11%52.94%-
XYZ5.162.3523.1-
YUV32.6185.79129-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 135 (53.12% from 255) = 74.59%
R=18.78%
G=6.63%
B=74.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34121350.750.9100.47250.7383.6728.82
Hex22C874B5B02Ffb541d
Octal421420711313305737312435
Binary10001011001000011110010111011011010111111111011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #220C87;
 }
 .AnyTagClassName
 {
   color: #220C87;
 }
</style>
background-color css

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

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

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

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

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

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