#2D12A4

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

Shades of Ultramarine #2D12A4

Tints of Ultramarine #2D12A4

Color information

#2D12A4 (or 0x2D12A4) is unknown color: approx Ultramarine. HEX triplet: 2D, 12 and A4. RGB value is (45,18,164). Sum of RGB (Red+Green+Blue) = 45+18+164=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 164 (64.45% from 255 or 72.25% from 227); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D12A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D12A4 is #D2ED5B. Grayscale: #2A2A2A. Windows color (decimal): -13823324 or 10752557. OLE color: 10752557.

HSL color Cylindrical-coordinate representation of color #2D12A4: hue angle of 251.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D12A4 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4518164-
CMYK0.730.8900.36
HSL251.1º80.22%35.69%-
HSV(B)251.1º89.02%64.31%-
XYZ83.6735.41-
YUV42.72196.45129.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.82%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 164 (64.45% from 255) = 72.25%
R=19.82%
G=7.93%
B=72.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45181640.730.8900.36251.180.2235.69
Hex2D12A44959024fb5024
Octal552224411113104437312044
Binary1011011001010100100100100110110010100100111110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D12A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D12A4; }

 p { color: rgb(45,18,164); }

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

<style>
 a { background-color: #2D12A4; }

 a { background-color: rgb(45,18,164); }

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

<style>
 span { border-color: #2D12A4; }

 span { border-color: rgb(45,18,164); }

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