#1D1199

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

Shades of Ultramarine #1D1199

Tints of Ultramarine #1D1199

Color information

#1D1199 (or 0x1D1199) is unknown color: approx Ultramarine. HEX triplet: 1D, 11 and 99. RGB value is (29,17,153). Sum of RGB (Red+Green+Blue) = 29+17+153=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D1199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1199 is #E2EE66. Grayscale: #232323. Windows color (decimal): -14872167 or 10031389. OLE color: 10031389.

HSL color Cylindrical-coordinate representation of color #1D1199: hue angle of 245.29º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D1199 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2917153-
CMYK0.810.8900.4
HSL245.29º80%33.33%-
HSV(B)245.29º88.89%60%-
XYZ6.462.9630.37-
YUV36.09193.98122.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.57%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 153 (60.16% from 255) = 76.88%
R=14.57%
G=8.54%
B=76.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29171530.810.8900.4245.298033.33
Hex1D11995159028f55021
Octal352123112113105036512041
Binary111011000110011001101000110110010101000111101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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