#1D1493

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

Shades of Ultramarine #1D1493

Tints of Ultramarine #1D1493

Color information

#1D1493 (or 0x1D1493) is unknown color: approx Ultramarine. HEX triplet: 1D, 14 and 93. RGB value is (29,20,147). Sum of RGB (Red+Green+Blue) = 29+20+147=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D1493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1493 is #E2EB6C. Grayscale: #242424. Windows color (decimal): -14871405 or 9638941. OLE color: 9638941.

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

Color convert

RGB2920147-
CMYK0.800.8600.42
HSL244.25º76.05%32.75%-
HSV(B)244.25º86.39%57.65%-
XYZ6.022.8727.84-
YUV37.17189.98122.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.80%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 147 (57.81% from 255) = 75%
R=14.80%
G=10.20%
B=75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29201470.800.8600.42244.2576.0532.75
Hex1D1493505602Af44c21
Octal352422312012605236411441
Binary111011010010010011101000010101100101010111101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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