#201087

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

Shades of Ultramarine #201087

Tints of Ultramarine #201087

Color information

#201087 (or 0x201087) is unknown color: approx Ultramarine. HEX triplet: 20, 10 and 87. RGB value is (32,16,135). Sum of RGB (Red+Green+Blue) = 32+16+135=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 135 (53.12% from 255 or 73.77% from 183); Max value from RGB is 135 - color contains mainly: blue. Hex color #201087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201087 is #DFEF78. Grayscale: #212121. Windows color (decimal): -14675833 or 8851488. OLE color: 8851488.

HSL color Cylindrical-coordinate representation of color #201087: hue angle of 248.07º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201087 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3216135-
CMYK0.760.8800.47
HSL248.07º78.81%29.61%-
HSV(B)248.07º88.15%52.94%-
XYZ5.152.4323.12-
YUV34.35184.8126.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 135 (53.12% from 255) = 73.77%
R=17.49%
G=8.74%
B=73.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32161350.760.8800.47248.0778.8129.61
Hex2010874C5802Ff84f1e
Octal402020711413005737011736
Binary100000100001000011110011001011000010111111111000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201087; }

 p { color: rgb(32,16,135); }

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

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

 a { background-color: rgb(32,16,135); }

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

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

 span { border-color: rgb(32,16,135); }

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