#201194

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

Shades of Ultramarine #201194

Tints of Ultramarine #201194

Color information

#201194 (or 0x201194) is unknown color: approx Ultramarine. HEX triplet: 20, 11 and 94. RGB value is (32,17,148). Sum of RGB (Red+Green+Blue) = 32+17+148=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #201194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201194 is #DFEE6B. Grayscale: #232323. Windows color (decimal): -14675564 or 9703712. OLE color: 9703712.

HSL color Cylindrical-coordinate representation of color #201194: hue angle of 246.87º degrees, saturation: 0.79, 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 #201194 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3217148-
CMYK0.780.8900.42
HSL246.87º79.39%32.35%-
HSV(B)246.87º88.51%58.04%-
XYZ6.142.8528.24-
YUV36.42190.97124.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 148 (58.20% from 255) = 75.13%
R=16.24%
G=8.63%
B=75.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32171480.780.8900.42246.8779.3932.35
Hex2011944E5902Af74f20
Octal402122411613105236711740
Binary1000001000110010100100111010110010101010111101111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201194; }

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

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

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

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

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

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

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

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