#1D1E93

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

Shades of Ultramarine #1D1E93

Tints of Ultramarine #1D1E93

Color information

#1D1E93 (or 0x1D1E93) is unknown color: approx Ultramarine. HEX triplet: 1D, 1E and 93. RGB value is (29,30,147). Sum of RGB (Red+Green+Blue) = 29+30+147=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D1E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1E93 is #E2E16C. Grayscale: #2A2A2A. Windows color (decimal): -14868845 or 9641501. OLE color: 9641501.

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

Color convert

RGB2930147-
CMYK0.800.8000.42
HSL239.49º67.05%34.51%-
HSV(B)239.49º80.27%57.65%-
XYZ6.243.327.91-
YUV43.04186.67117.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.08%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 147 (57.81% from 255) = 71.36%
R=14.08%
G=14.56%
B=71.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29301470.800.8000.42239.4967.0534.51
Hex1D1E93505002Aef4323
Octal353622312012005235710343
Binary111011111010010011101000010100000101010111011111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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