#201185

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

Shades of Ultramarine #201185

Tints of Ultramarine #201185

Color information

#201185 (or 0x201185) is unknown color: approx Ultramarine. HEX triplet: 20, 11 and 85. RGB value is (32,17,133). Sum of RGB (Red+Green+Blue) = 32+17+133=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #201185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201185 is #DFEE7A. Grayscale: #222222. Windows color (decimal): -14675579 or 8720672. OLE color: 8720672.

HSL color Cylindrical-coordinate representation of color #201185: hue angle of 247.76º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201185 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3217133-
CMYK0.760.8700.48
HSL247.76º77.33%29.41%-
HSV(B)247.76º87.22%52.16%-
XYZ5.032.422.39-
YUV34.71183.47126.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 133 (52.34% from 255) = 73.08%
R=17.58%
G=9.34%
B=73.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32171330.760.8700.48247.7677.3329.41
Hex2011854C57030f84d1d
Octal402120511412706037011535
Binary100000100011000010110011001010111011000011111000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201185; }

 p { color: rgb(32,17,133); }

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

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

 a { background-color: rgb(32,17,133); }

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

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

 span { border-color: rgb(32,17,133); }

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