#1D2096

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

Shades of Ultramarine #1D2096

Tints of Ultramarine #1D2096

Color information

#1D2096 (or 0x1D2096) is unknown color: approx Ultramarine. HEX triplet: 1D, 20 and 96. RGB value is (29,32,150). Sum of RGB (Red+Green+Blue) = 29+32+150=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D2096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2096 is #E2DF69. Grayscale: #2C2C2C. Windows color (decimal): -14868330 or 9838621. OLE color: 9838621.

HSL color Cylindrical-coordinate representation of color #1D2096: hue angle of 238.51º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D2096 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2932150-
CMYK0.810.7900.41
HSL238.51º67.6%35.1%-
HSV(B)238.51º80.67%58.82%-
XYZ6.533.529.18-
YUV44.56187.51116.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.74%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 150 (58.98% from 255) = 71.09%
R=13.74%
G=15.17%
B=71.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29321500.810.7900.41238.5167.635.1
Hex1D2096514F029ef4423
Octal354022612111705135710443
Binary1110110000010010110101000110011110101001111011111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,32,150); }

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

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

 a { background-color: rgb(29,32,150); }

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

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

 span { border-color: rgb(29,32,150); }

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