#201592

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

Shades of Ultramarine #201592

Tints of Ultramarine #201592

Color information

#201592 (or 0x201592) is unknown color: approx Ultramarine. HEX triplet: 20, 15 and 92. RGB value is (32,21,146). Sum of RGB (Red+Green+Blue) = 32+21+146=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #201592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201592 is #DFEA6D. Grayscale: #262626. Windows color (decimal): -14674542 or 9573664. OLE color: 9573664.

HSL color Cylindrical-coordinate representation of color #201592: hue angle of 245.28º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201592 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3221146-
CMYK0.780.8600.43
HSL245.28º74.85%32.75%-
HSV(B)245.28º85.62%57.25%-
XYZ6.052.9227.44-
YUV38.54188.64123.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 146 (57.42% from 255) = 73.37%
R=16.08%
G=10.55%
B=73.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32211460.780.8600.43245.2874.8532.75
Hex2015924E5602Bf54b21
Octal402522211612605336511341
Binary1000001010110010010100111010101100101011111101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201592; }

 p { color: rgb(32,21,146); }

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

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

 a { background-color: rgb(32,21,146); }

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

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

 span { border-color: rgb(32,21,146); }

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