#1D1394

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

Shades of Ultramarine #1D1394

Tints of Ultramarine #1D1394

Color information

#1D1394 (or 0x1D1394) is unknown color: approx Ultramarine. HEX triplet: 1D, 13 and 94. RGB value is (29,19,148). Sum of RGB (Red+Green+Blue) = 29+19+148=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 148 (58.20% from 255 or 75.51% from 196); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D1394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1394 is #E2EC6B. Grayscale: #242424. Windows color (decimal): -14871660 or 9704221. OLE color: 9704221.

HSL color Cylindrical-coordinate representation of color #1D1394: hue angle of 244.65º 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 #1D1394 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2919148-
CMYK0.800.8700.42
HSL244.65º77.25%32.75%-
HSV(B)244.65º87.16%58.04%-
XYZ6.082.8728.25-
YUV36.7190.81122.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.80%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 148 (58.20% from 255) = 75.51%
R=14.80%
G=9.69%
B=75.51%

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
Decimal29191480.800.8700.42244.6577.2532.75
Hex1D1394505702Af54d21
Octal352322412012705236511541
Binary111011001110010100101000010101110101010111101011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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