#2101AE

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

Shades of Ultramarine #2101AE

Tints of Ultramarine #2101AE

Color information

#2101AE (or 0x2101AE) is unknown color: approx Ultramarine. HEX triplet: 21, 01 and AE. RGB value is (33,1,174). Sum of RGB (Red+Green+Blue) = 33+1+174=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #2101AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2101AE is #DEFE51. Grayscale: #1D1D1D. Windows color (decimal): -14614098 or 11403553. OLE color: 11403553.

HSL color Cylindrical-coordinate representation of color #2101AE: hue angle of 251.1º 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 #2101AE is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB331174-
CMYK0.810.9900.32
HSL251.1º98.86%34.31%-
HSV(B)251.1º99.43%68.24%-
XYZ8.283.440.26-
YUV30.29209.1129.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 174 (68.36% from 255) = 83.65%
R=15.87%
G=0.48%
B=83.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3311740.810.9900.32251.198.8634.31
Hex211AE5163020fb6322
Octal41125612114304037314342
Binary100001110101110101000111000110100000111110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2101AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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