#201095

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

Shades of Ultramarine #201095

Tints of Ultramarine #201095

Color information

#201095 (or 0x201095) is unknown color: approx Ultramarine. HEX triplet: 20, 10 and 95. RGB value is (32,16,149). Sum of RGB (Red+Green+Blue) = 32+16+149=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #201095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201095 is #DFEF6A. Grayscale: #232323. Windows color (decimal): -14675819 or 9768992. OLE color: 9768992.

HSL color Cylindrical-coordinate representation of color #201095: hue angle of 247.22º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201095 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3216149-
CMYK0.790.8900.42
HSL247.22º80.61%32.35%-
HSV(B)247.22º89.26%58.43%-
XYZ6.212.8528.66-
YUV35.95191.8125.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 149 (58.59% from 255) = 75.63%
R=16.24%
G=8.12%
B=75.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32161490.790.8900.42247.2280.6132.35
Hex2010954F5902Af75120
Octal402022511713105236712140
Binary1000001000010010101100111110110010101010111101111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201095; }

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

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

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

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

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

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

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

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