#2005AE

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

Shades of Ultramarine #2005AE

Tints of Ultramarine #2005AE

Color information

#2005AE (or 0x2005AE) is unknown color: approx Ultramarine. HEX triplet: 20, 05 and AE. RGB value is (32,5,174). Sum of RGB (Red+Green+Blue) = 32+5+174=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #2005AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2005AE is #DFFA51. Grayscale: #1F1F1F. Windows color (decimal): -14678610 or 11404576. OLE color: 11404576.

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

Color convert

RGB325174-
CMYK0.820.9700.32
HSL249.59º94.41%35.1%-
HSV(B)249.59º97.13%68.24%-
XYZ8.293.4740.28-
YUV32.34207.95127.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 174 (68.36% from 255) = 82.46%
R=15.17%
G=2.37%
B=82.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3251740.820.9700.32249.5994.4135.1
Hex205AE5261020fa5e23
Octal40525612214104037213643
Binary10000010110101110101001011000010100000111110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2005AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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