#2111A1

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

Shades of Ultramarine #2111A1

Tints of Ultramarine #2111A1

Color information

#2111A1 (or 0x2111A1) is unknown color: approx Ultramarine. HEX triplet: 21, 11 and A1. RGB value is (33,17,161). Sum of RGB (Red+Green+Blue) = 33+17+161=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #2111A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2111A1 is #DEEE5E. Grayscale: #252525. Windows color (decimal): -14610015 or 10555681. OLE color: 10555681.

HSL color Cylindrical-coordinate representation of color #2111A1: hue angle of 246.67º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2111A1 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3317161-
CMYK0.800.8900.37
HSL246.67º80.9%34.9%-
HSV(B)246.67º89.44%63.14%-
XYZ7.263.333.97-
YUV38.2197.3124.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 161 (63.28% from 255) = 76.30%
R=15.64%
G=8.06%
B=76.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33171610.800.8900.37246.6780.934.9
Hex2111A15059025f75123
Octal412124112013104536712143
Binary1000011000110100001101000010110010100101111101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2111A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2111A1; }

 p { color: rgb(33,17,161); }

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

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

 a { background-color: rgb(33,17,161); }

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

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

 span { border-color: rgb(33,17,161); }

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