#1D1382

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

Shades of Ultramarine #1D1382

Tints of Ultramarine #1D1382

Color information

#1D1382 (or 0x1D1382) is unknown color: approx Ultramarine. HEX triplet: 1D, 13 and 82. RGB value is (29,19,130). Sum of RGB (Red+Green+Blue) = 29+19+130=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 130 (51.17% from 255 or 73.03% from 178); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D1382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1382 is #E2EC7D. Grayscale: #222222. Windows color (decimal): -14871678 or 8524573. OLE color: 8524573.

HSL color Cylindrical-coordinate representation of color #1D1382: hue angle of 245.41º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1382 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2919130-
CMYK0.780.8500.49
HSL245.41º74.5%29.22%-
HSV(B)245.41º85.38%50.98%-
XYZ4.772.3421.32-
YUV34.64181.81123.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.29%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 130 (51.17% from 255) = 73.03%
R=16.29%
G=10.67%
B=73.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29191300.780.8500.49245.4174.529.22
Hex1D13824E55031f54a1d
Octal352320211612506136511235
Binary11101100111000001010011101010101011000111110101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,130); }

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

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

 a { background-color: rgb(29,19,130); }

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

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

 span { border-color: rgb(29,19,130); }

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