#2912AB

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

Shades of Ultramarine #2912AB

Tints of Ultramarine #2912AB

Color information

#2912AB (or 0x2912AB) is unknown color: approx Ultramarine. HEX triplet: 29, 12 and AB. RGB value is (41,18,171). Sum of RGB (Red+Green+Blue) = 41+18+171=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #2912AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2912AB is #D6ED54. Grayscale: #292929. Windows color (decimal): -14085461 or 11211305. OLE color: 11211305.

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

Color convert

RGB4118171-
CMYK0.760.8900.33
HSL249.02º80.95%37.06%-
HSV(B)249.02º89.47%67.06%-
XYZ8.483.8438.82-
YUV42.32200.62127.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 18 (7.42% from 255) = 7.83%
BLUE value IS 171 (67.19% from 255) = 74.35%
R=17.83%
G=7.83%
B=74.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41181710.760.8900.33249.0280.9537.06
Hex2912AB4C59021f95125
Octal512225311413104137112145
Binary1010011001010101011100110010110010100001111110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2912AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,18,171); }

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

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

 a { background-color: rgb(41,18,171); }

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

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

 span { border-color: rgb(41,18,171); }

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