#1D118A

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

Shades of Ultramarine #1D118A

Tints of Ultramarine #1D118A

Color information

#1D118A (or 0x1D118A) is unknown color: approx Ultramarine. HEX triplet: 1D, 11 and 8A. RGB value is (29,17,138). Sum of RGB (Red+Green+Blue) = 29+17+138=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D118A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D118A is #E2EE75. Grayscale: #212121. Windows color (decimal): -14872182 or 9048349. OLE color: 9048349.

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

Color convert

RGB2917138-
CMYK0.790.8800.46
HSL245.95º78.06%30.39%-
HSV(B)245.95º87.68%54.12%-
XYZ5.292.524.25-
YUV34.38186.48124.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.76%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 138 (54.30% from 255) = 75%
R=15.76%
G=9.24%
B=75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29171380.790.8800.46245.9578.0630.39
Hex1D118A4F5802Ef64e1e
Octal352121211713005636611636
Binary11101100011000101010011111011000010111011110110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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