#1D0399

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

Shades of Ultramarine #1D0399

Tints of Ultramarine #1D0399

Color information

#1D0399 (or 0x1D0399) is unknown color: approx Ultramarine. HEX triplet: 1D, 03 and 99. RGB value is (29,3,153). Sum of RGB (Red+Green+Blue) = 29+3+153=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D0399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0399 is #E2FC66. Grayscale: #1B1B1B. Windows color (decimal): -14875751 or 10027805. OLE color: 10027805.

HSL color Cylindrical-coordinate representation of color #1D0399: hue angle of 250.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0399 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB293153-
CMYK0.810.9800.4
HSL250.4º96.15%30.59%-
HSV(B)250.4º98.04%60%-
XYZ6.292.6330.31-
YUV27.87198.61128.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.68%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 153 (60.16% from 255) = 82.70%
R=15.68%
G=1.62%
B=82.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2931530.810.9800.4250.496.1530.59
Hex1D3995162028fa601f
Octal35323112114205037214037
Binary11101111001100110100011100010010100011111010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,3,153); }

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

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

 a { background-color: rgb(29,3,153); }

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

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

 span { border-color: rgb(29,3,153); }

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