#1D0987

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

Shades of Ultramarine #1D0987

Tints of Ultramarine #1D0987

Color information

#1D0987 (or 0x1D0987) is unknown color: approx Ultramarine. HEX triplet: 1D, 09 and 87. RGB value is (29,9,135). Sum of RGB (Red+Green+Blue) = 29+9+135=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 135 (53.12% from 255 or 78.03% from 173); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D0987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0987 is #E2F678. Grayscale: #1C1C1C. Windows color (decimal): -14874233 or 8849693. OLE color: 8849693.

HSL color Cylindrical-coordinate representation of color #1D0987: hue angle of 249.52º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0987 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB299135-
CMYK0.790.9300.47
HSL249.52º87.5%28.24%-
HSV(B)249.52º93.33%52.94%-
XYZ4.982.2123.09-
YUV29.34187.63127.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 135 (53.12% from 255) = 78.03%
R=16.76%
G=5.20%
B=78.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2991350.790.9300.47249.5287.528.24
Hex1D9874F5D02Ffa581c
Octal351120711713505737213034
Binary1110110011000011110011111011101010111111111010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,135); }

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

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

 a { background-color: rgb(29,9,135); }

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

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

 span { border-color: rgb(29,9,135); }

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