#2119AA

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

Shades of Ultramarine #2119AA

Tints of Ultramarine #2119AA

Color information

#2119AA (or 0x2119AA) is unknown color: approx Ultramarine. HEX triplet: 21, 19 and AA. RGB value is (33,25,170). Sum of RGB (Red+Green+Blue) = 33+25+170=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #2119AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2119AA is #DEE655. Grayscale: #2B2B2B. Windows color (decimal): -14607958 or 11147553. OLE color: 11147553.

HSL color Cylindrical-coordinate representation of color #2119AA: hue angle of 243.31º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2119AA is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3325170-
CMYK0.810.8500.33
HSL243.31º74.36%38.24%-
HSV(B)243.31º85.29%66.67%-
XYZ8.233.9238.35-
YUV43.92199.15120.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 170 (66.80% from 255) = 74.56%
R=14.47%
G=10.96%
B=74.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33251700.810.8500.33243.3174.3638.24
Hex2119AA5155021f34a26
Octal413125212112504136311246
Binary1000011100110101010101000110101010100001111100111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2119AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2119AA; }

 p { color: rgb(33,25,170); }

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

<style>
 a { background-color: #2119AA; }

 a { background-color: rgb(33,25,170); }

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

<style>
 span { border-color: #2119AA; }

 span { border-color: rgb(33,25,170); }

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