#1D12A2

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

Shades of Ultramarine #1D12A2

Tints of Ultramarine #1D12A2

Color information

#1D12A2 (or 0x1D12A2) is unknown color: approx Ultramarine. HEX triplet: 1D, 12 and A2. RGB value is (29,18,162). Sum of RGB (Red+Green+Blue) = 29+18+162=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 162 (63.67% from 255 or 77.51% from 209); Max value from RGB is 162 - color contains mainly: blue. Hex color #1D12A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D12A2 is #E2ED5D. Grayscale: #252525. Windows color (decimal): -14871902 or 10621469. OLE color: 10621469.

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

Color convert

RGB2918162-
CMYK0.820.8900.36
HSL244.58º80%35.29%-
HSV(B)244.58º88.89%63.53%-
XYZ7.243.334.44-
YUV37.7198.14121.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.88%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 162 (63.67% from 255) = 77.51%
R=13.88%
G=8.61%
B=77.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29181620.820.8900.36244.588035.29
Hex1D12A25259024f55023
Octal352224212213104436512043
Binary111011001010100010101001010110010100100111101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D12A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D12A2; }

 p { color: rgb(29,18,162); }

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

<style>
 a { background-color: #1D12A2; }

 a { background-color: rgb(29,18,162); }

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

<style>
 span { border-color: #1D12A2; }

 span { border-color: rgb(29,18,162); }

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