#2812A9

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

Shades of Ultramarine #2812A9

Tints of Ultramarine #2812A9

Color information

#2812A9 (or 0x2812A9) is unknown color: approx Ultramarine. HEX triplet: 28, 12 and A9. RGB value is (40,18,169). Sum of RGB (Red+Green+Blue) = 40+18+169=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 169 (66.41% from 255 or 74.45% from 227); Max value from RGB is 169 - color contains mainly: blue. Hex color #2812A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2812A9 is #D7ED56. Grayscale: #292929. Windows color (decimal): -14150999 or 11080232. OLE color: 11080232.

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

Color convert

RGB4018169-
CMYK0.760.8900.34
HSL248.74º80.75%36.67%-
HSV(B)248.74º89.35%66.27%-
XYZ8.253.7537.82-
YUV41.79199.79126.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 169 (66.41% from 255) = 74.45%
R=17.62%
G=7.93%
B=74.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal40181690.760.8900.34248.7480.7536.67
Hex2812A94C59022f95125
Octal502225111413104237112145
Binary1010001001010101001100110010110010100010111110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2812A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2812A9; }

 p { color: rgb(40,18,169); }

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

<style>
 a { background-color: #2812A9; }

 a { background-color: rgb(40,18,169); }

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

<style>
 span { border-color: #2812A9; }

 span { border-color: rgb(40,18,169); }

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