#1D168D

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

Shades of Ultramarine #1D168D

Tints of Ultramarine #1D168D

Color information

#1D168D (or 0x1D168D) is unknown color: approx Ultramarine. HEX triplet: 1D, 16 and 8D. RGB value is (29,22,141). Sum of RGB (Red+Green+Blue) = 29+22+141=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D168D is #E2E972. Grayscale: #252525. Windows color (decimal): -14870899 or 9246237. OLE color: 9246237.

HSL color Cylindrical-coordinate representation of color #1D168D: hue angle of 243.53º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D168D is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2922141-
CMYK0.790.8400.45
HSL243.53º73.01%31.96%-
HSV(B)243.53º84.4%55.29%-
XYZ5.62.7625.44-
YUV37.66186.32121.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 141 (55.47% from 255) = 73.44%
R=15.10%
G=11.46%
B=73.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29221410.790.8400.45243.5373.0131.96
Hex1D168D4F5402Df44920
Octal352621511712405536411140
Binary111011011010001101100111110101000101101111101001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,22,141); }

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

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

 a { background-color: rgb(29,22,141); }

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

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

 span { border-color: rgb(29,22,141); }

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