#2011AD

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

Shades of Ultramarine #2011AD

Tints of Ultramarine #2011AD

Color information

#2011AD (or 0x2011AD) is unknown color: approx Ultramarine. HEX triplet: 20, 11 and AD. RGB value is (32,17,173). Sum of RGB (Red+Green+Blue) = 32+17+173=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #2011AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2011AD is #DFEE52. Grayscale: #262626. Windows color (decimal): -14675539 or 11342112. OLE color: 11342112.

HSL color Cylindrical-coordinate representation of color #2011AD: hue angle of 245.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2011AD is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3217173-
CMYK0.820.9000.32
HSL245.77º82.11%37.25%-
HSV(B)245.77º90.17%67.84%-
XYZ8.343.7339.81-
YUV39.27203.47122.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 17 (7.03% from 255) = 7.66%
BLUE value IS 173 (67.97% from 255) = 77.93%
R=14.41%
G=7.66%
B=77.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32171730.820.9000.32245.7782.1137.25
Hex2011AD525A020f65225
Octal402125512213204036612245
Binary1000001000110101101101001010110100100000111101101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2011AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2011AD; }

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

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

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

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

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

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

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

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