#2112AC

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

Shades of Ultramarine #2112AC

Tints of Ultramarine #2112AC

Color information

#2112AC (or 0x2112AC) is unknown color: approx Ultramarine. HEX triplet: 21, 12 and AC. RGB value is (33,18,172). Sum of RGB (Red+Green+Blue) = 33+18+172=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #2112AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2112AC is #DEED53. Grayscale: #272727. Windows color (decimal): -14609748 or 11276833. OLE color: 11276833.

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

Color convert

RGB3318172-
CMYK0.810.9000.33
HSL245.84º81.05%37.25%-
HSV(B)245.84º89.53%67.45%-
XYZ8.293.7339.31-
YUV40.04202.47122.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 172 (67.58% from 255) = 77.13%
R=14.80%
G=8.07%
B=77.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33181720.810.9000.33245.8481.0537.25
Hex2112AC515A021f65125
Octal412225412113204136612145
Binary1000011001010101100101000110110100100001111101101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2112AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2112AC; }

 p { color: rgb(33,18,172); }

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

<style>
 a { background-color: #2112AC; }

 a { background-color: rgb(33,18,172); }

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

<style>
 span { border-color: #2112AC; }

 span { border-color: rgb(33,18,172); }

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