#201198

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

Shades of Ultramarine #201198

Tints of Ultramarine #201198

Color information

#201198 (or 0x201198) is unknown color: approx Ultramarine. HEX triplet: 20, 11 and 98. RGB value is (32,17,152). Sum of RGB (Red+Green+Blue) = 32+17+152=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #201198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201198 is #DFEE67. Grayscale: #242424. Windows color (decimal): -14675560 or 9965856. OLE color: 9965856.

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

Color convert

RGB3217152-
CMYK0.790.8900.40
HSL246.67º79.88%33.14%-
HSV(B)246.67º88.82%59.61%-
XYZ6.462.9729.94-
YUV36.88192.97124.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 152 (59.77% from 255) = 75.62%
R=15.92%
G=8.46%
B=75.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32171520.790.8900.40246.6779.8833.14
Hex2011984F59028f75021
Octal402123011713105036712041
Binary1000001000110011000100111110110010101000111101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201198; }

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

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

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

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

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

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

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

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