#1D159B

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

Shades of Ultramarine #1D159B

Tints of Ultramarine #1D159B

Color information

#1D159B (or 0x1D159B) is unknown color: approx Ultramarine. HEX triplet: 1D, 15 and 9B. RGB value is (29,21,155). Sum of RGB (Red+Green+Blue) = 29+21+155=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D159B is #E2EA64. Grayscale: #262626. Windows color (decimal): -14871141 or 10163485. OLE color: 10163485.

HSL color Cylindrical-coordinate representation of color #1D159B: hue angle of 243.58º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D159B is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2921155-
CMYK0.810.8600.39
HSL243.58º76.14%34.51%-
HSV(B)243.58º86.45%60.78%-
XYZ6.693.1631.27-
YUV38.67193.65121.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.15%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 155 (60.94% from 255) = 75.61%
R=14.15%
G=10.24%
B=75.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal29211550.810.8600.39243.5876.1434.51
Hex1D159B5156027f44c23
Octal352523312112604736411443
Binary111011010110011011101000110101100100111111101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,21,155); }

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

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

 a { background-color: rgb(29,21,155); }

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

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

 span { border-color: rgb(29,21,155); }

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