#2001AE

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

Shades of Ultramarine #2001AE

Tints of Ultramarine #2001AE

Color information

#2001AE (or 0x2001AE) is unknown color: approx Ultramarine. HEX triplet: 20, 01 and AE. RGB value is (32,1,174). Sum of RGB (Red+Green+Blue) = 32+1+174=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 174 (68.36% from 255 or 84.06% from 207); Max value from RGB is 174 - color contains mainly: blue. Hex color #2001AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2001AE is #DFFE51. Grayscale: #1D1D1D. Windows color (decimal): -14679634 or 11403552. OLE color: 11403552.

HSL color Cylindrical-coordinate representation of color #2001AE: hue angle of 250.75º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2001AE is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB321174-
CMYK0.820.9900.32
HSL250.75º98.86%34.31%-
HSV(B)250.75º99.43%68.24%-
XYZ8.253.3840.26-
YUV29.99209.27129.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 174 (68.36% from 255) = 84.06%
R=15.46%
G=0.48%
B=84.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3211740.820.9900.32250.7598.8634.31
Hex201AE5263020fb6322
Octal40125612214304037314342
Binary100000110101110101001011000110100000111110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2001AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2001AE; }

 p { color: rgb(32,1,174); }

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

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

 a { background-color: rgb(32,1,174); }

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

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

 span { border-color: rgb(32,1,174); }

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