#1D12AA

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

Shades of Ultramarine #1D12AA

Tints of Ultramarine #1D12AA

Color information

#1D12AA (or 0x1D12AA) is unknown color: approx Ultramarine. HEX triplet: 1D, 12 and AA. RGB value is (29,18,170). Sum of RGB (Red+Green+Blue) = 29+18+170=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D12AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D12AA is #E2ED55. Grayscale: #262626. Windows color (decimal): -14871894 or 11145757. OLE color: 11145757.

HSL color Cylindrical-coordinate representation of color #1D12AA: hue angle of 244.34º 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 #1D12AA is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2918170-
CMYK0.830.8900.33
HSL244.34º80.85%36.86%-
HSV(B)244.34º89.41%66.67%-
XYZ7.983.638.3-
YUV38.62202.14121.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 170 (66.80% from 255) = 78.34%
R=13.36%
G=8.29%
B=78.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal29181700.830.8900.33244.3480.8536.86
Hex1D12AA5359021f45125
Octal352225212313104136412145
Binary111011001010101010101001110110010100001111101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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