#1D1489

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

Shades of Ultramarine #1D1489

Tints of Ultramarine #1D1489

Color information

#1D1489 (or 0x1D1489) is unknown color: approx Ultramarine. HEX triplet: 1D, 14 and 89. RGB value is (29,20,137). Sum of RGB (Red+Green+Blue) = 29+20+137=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D1489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1489 is #E2EB76. Grayscale: #232323. Windows color (decimal): -14871415 or 8983581. OLE color: 8983581.

HSL color Cylindrical-coordinate representation of color #1D1489: hue angle of 244.62º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1489 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2920137-
CMYK0.790.8500.46
HSL244.62º74.52%30.78%-
HSV(B)244.62º85.4%53.73%-
XYZ5.272.5723.88-
YUV36.03184.98122.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.59%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 137 (53.91% from 255) = 73.66%
R=15.59%
G=10.75%
B=73.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29201370.790.8500.46244.6274.5230.78
Hex1D14894F5502Ef54b1f
Octal352421111712505636511337
Binary11101101001000100110011111010101010111011110101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,20,137); }

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

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

 a { background-color: rgb(29,20,137); }

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

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

 span { border-color: rgb(29,20,137); }

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