#2812A5

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

Shades of Ultramarine #2812A5

Tints of Ultramarine #2812A5

Color information

#2812A5 (or 0x2812A5) is unknown color: approx Ultramarine. HEX triplet: 28, 12 and A5. RGB value is (40,18,165). Sum of RGB (Red+Green+Blue) = 40+18+165=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 165 (64.84% from 255 or 73.99% from 223); Max value from RGB is 165 - color contains mainly: blue. Hex color #2812A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2812A5 is #D7ED5A. Grayscale: #282828. Windows color (decimal): -14151003 or 10818088. OLE color: 10818088.

HSL color Cylindrical-coordinate representation of color #2812A5: hue angle of 248.98º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2812A5 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4018165-
CMYK0.760.8900.35
HSL248.98º80.33%35.88%-
HSV(B)248.98º89.09%64.71%-
XYZ7.883.635.88-
YUV41.34197.79127.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 165 (64.84% from 255) = 73.99%
R=17.94%
G=8.07%
B=73.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40181650.760.8900.35248.9880.3335.88
Hex2812A54C59023f95024
Octal502224511413104337112044
Binary1010001001010100101100110010110010100011111110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2812A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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