#2115AE

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

Shades of Ultramarine #2115AE

Tints of Ultramarine #2115AE

Color information

#2115AE (or 0x2115AE) is unknown color: approx Ultramarine. HEX triplet: 21, 15 and AE. RGB value is (33,21,174). Sum of RGB (Red+Green+Blue) = 33+21+174=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #2115AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2115AE is #DEEA51. Grayscale: #292929. Windows color (decimal): -14608978 or 11408673. OLE color: 11408673.

HSL color Cylindrical-coordinate representation of color #2115AE: hue angle of 244.71º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2115AE is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3321174-
CMYK0.810.8800.32
HSL244.71º78.46%38.24%-
HSV(B)244.71º87.93%68.24%-
XYZ8.543.9240.35-
YUV42.03202.48121.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 174 (68.36% from 255) = 76.32%
R=14.47%
G=9.21%
B=76.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33211740.810.8800.32244.7178.4638.24
Hex2115AE5158020f54e26
Octal412525612113004036511646
Binary1000011010110101110101000110110000100000111101011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2115AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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