#1D1187

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

Shades of Ultramarine #1D1187

Tints of Ultramarine #1D1187

Color information

#1D1187 (or 0x1D1187) is unknown color: approx Ultramarine. HEX triplet: 1D, 11 and 87. RGB value is (29,17,135). Sum of RGB (Red+Green+Blue) = 29+17+135=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 135 (53.12% from 255 or 74.59% from 181); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D1187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1187 is #E2EE78. Grayscale: #212121. Windows color (decimal): -14872185 or 8851741. OLE color: 8851741.

HSL color Cylindrical-coordinate representation of color #1D1187: hue angle of 246.1º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1187 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2917135-
CMYK0.790.8700.47
HSL246.1º77.63%29.8%-
HSV(B)246.1º87.41%52.94%-
XYZ5.082.4123.12-
YUV34.04184.98124.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.02%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 135 (53.12% from 255) = 74.59%
R=16.02%
G=9.39%
B=74.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29171350.790.8700.47246.177.6329.8
Hex1D11874F5702Ff64e1e
Octal352120711712705736611636
Binary11101100011000011110011111010111010111111110110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,17,135); }

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

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

 a { background-color: rgb(29,17,135); }

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

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

 span { border-color: rgb(29,17,135); }

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