#201583

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

Shades of Ultramarine #201583

Tints of Ultramarine #201583

Color information

#201583 (or 0x201583) is unknown color: approx Ultramarine. HEX triplet: 20, 15 and 83. RGB value is (32,21,131). Sum of RGB (Red+Green+Blue) = 32+21+131=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 131 (51.56% from 255 or 71.20% from 184); Max value from RGB is 131 - color contains mainly: blue. Hex color #201583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201583 is #DFEA7C. Grayscale: #242424. Windows color (decimal): -14674557 or 8590624. OLE color: 8590624.

HSL color Cylindrical-coordinate representation of color #201583: hue angle of 246º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201583 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3221131-
CMYK0.760.8400.49
HSL246º72.37%29.8%-
HSV(B)246º83.97%51.37%-
XYZ4.962.4821.69-
YUV36.83181.14124.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 131 (51.56% from 255) = 71.20%
R=17.39%
G=11.41%
B=71.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32211310.760.8400.4924672.3729.8
Hex2015834C54031f6481e
Octal402520311412406136611036
Binary100000101011000001110011001010100011000111110110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201583; }

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

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

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

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

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

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

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

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