#2115A4

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

Shades of Ultramarine #2115A4

Tints of Ultramarine #2115A4

Color information

#2115A4 (or 0x2115A4) is unknown color: approx Ultramarine. HEX triplet: 21, 15 and A4. RGB value is (33,21,164). Sum of RGB (Red+Green+Blue) = 33+21+164=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 164 (64.45% from 255 or 75.23% from 218); Max value from RGB is 164 - color contains mainly: blue. Hex color #2115A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2115A4 is #DEEA5B. Grayscale: #282828. Windows color (decimal): -14608988 or 10753313. OLE color: 10753313.

HSL color Cylindrical-coordinate representation of color #2115A4: hue angle of 245.03º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2115A4 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3321164-
CMYK0.800.8700.36
HSL245.03º77.3%36.27%-
HSV(B)245.03º87.2%64.31%-
XYZ7.63.5435.4-
YUV40.89197.48122.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 164 (64.45% from 255) = 75.23%
R=15.14%
G=9.63%
B=75.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33211640.800.8700.36245.0377.336.27
Hex2115A45057024f54d24
Octal412524412012704436511544
Binary1000011010110100100101000010101110100100111101011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2115A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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