#1D1393

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

Shades of Ultramarine #1D1393

Tints of Ultramarine #1D1393

Color information

#1D1393 (or 0x1D1393) is unknown color: approx Ultramarine. HEX triplet: 1D, 13 and 93. RGB value is (29,19,147). Sum of RGB (Red+Green+Blue) = 29+19+147=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D1393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1393 is #E2EC6C. Grayscale: #242424. Windows color (decimal): -14871661 or 9638685. OLE color: 9638685.

HSL color Cylindrical-coordinate representation of color #1D1393: hue angle of 244.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1393 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2919147-
CMYK0.800.8700.42
HSL244.69º77.11%32.55%-
HSV(B)244.69º87.07%57.65%-
XYZ6.012.8327.83-
YUV36.58190.31122.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.87%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 147 (57.81% from 255) = 75.38%
R=14.87%
G=9.74%
B=75.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29191470.800.8700.42244.6977.1132.55
Hex1D1393505702Af54d21
Octal352322312012705236511541
Binary111011001110010011101000010101110101010111101011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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