#201195

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

Shades of Ultramarine #201195

Tints of Ultramarine #201195

Color information

#201195 (or 0x201195) is unknown color: approx Ultramarine. HEX triplet: 20, 11 and 95. RGB value is (32,17,149). Sum of RGB (Red+Green+Blue) = 32+17+149=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #201195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201195 is #DFEE6A. Grayscale: #242424. Windows color (decimal): -14675563 or 9769248. OLE color: 9769248.

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

Color convert

RGB3217149-
CMYK0.790.8900.42
HSL246.82º79.52%32.55%-
HSV(B)246.82º88.59%58.43%-
XYZ6.222.8828.66-
YUV36.53191.47124.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 149 (58.59% from 255) = 75.25%
R=16.16%
G=8.59%
B=75.25%

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
Decimal32171490.790.8900.42246.8279.5232.55
Hex2011954F5902Af75021
Octal402122511713105236712041
Binary1000001000110010101100111110110010101010111101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201195; }

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

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

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

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

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

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

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

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