#2114AB

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

Shades of Ultramarine #2114AB

Tints of Ultramarine #2114AB

Color information

#2114AB (or 0x2114AB) is unknown color: approx Ultramarine. HEX triplet: 21, 14 and AB. RGB value is (33,20,171). Sum of RGB (Red+Green+Blue) = 33+20+171=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #2114AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2114AB is #DEEB54. Grayscale: #282828. Windows color (decimal): -14609237 or 11211809. OLE color: 11211809.

HSL color Cylindrical-coordinate representation of color #2114AB: hue angle of 245.17º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2114AB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3320171-
CMYK0.810.8800.33
HSL245.17º79.06%37.45%-
HSV(B)245.17º88.3%67.06%-
XYZ8.233.7638.82-
YUV41.1201.31122.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 171 (67.19% from 255) = 76.34%
R=14.73%
G=8.93%
B=76.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33201710.810.8800.33245.1779.0637.45
Hex2114AB5158021f54f25
Octal412425312113004136511745
Binary1000011010010101011101000110110000100001111101011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2114AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2114AB; }

 p { color: rgb(33,20,171); }

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

<style>
 a { background-color: #2114AB; }

 a { background-color: rgb(33,20,171); }

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

<style>
 span { border-color: #2114AB; }

 span { border-color: rgb(33,20,171); }

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