#1D0886

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

Shades of Ultramarine #1D0886

Tints of Ultramarine #1D0886

Color information

#1D0886 (or 0x1D0886) is unknown color: approx Ultramarine. HEX triplet: 1D, 08 and 86. RGB value is (29,8,134). Sum of RGB (Red+Green+Blue) = 29+8+134=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 134 (52.73% from 255 or 78.36% from 171); Max value from RGB is 134 - color contains mainly: blue. Hex color #1D0886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0886 is #E2F779. Grayscale: #1C1C1C. Windows color (decimal): -14874490 or 8783901. OLE color: 8783901.

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

Color convert

RGB298134-
CMYK0.780.9400.47
HSL250º88.73%27.84%-
HSV(B)250º94.03%52.55%-
XYZ4.92.1622.71-
YUV28.64187.46128.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 134 (52.73% from 255) = 78.36%
R=16.96%
G=4.68%
B=78.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2981340.780.9400.4725088.7327.84
Hex1D8864E5E02Ffa591c
Octal351020611613605737213134
Binary1110110001000011010011101011110010111111111010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,8,134); }

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

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

 a { background-color: rgb(29,8,134); }

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

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

 span { border-color: rgb(29,8,134); }

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