#1D008E

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

Shades of Ultramarine #1D008E

Tints of Ultramarine #1D008E

Color information

#1D008E (or 0x1D008E) is unknown color: approx Ultramarine. HEX triplet: 1D, 00 and 8E. RGB value is (29,0,142). Sum of RGB (Red+Green+Blue) = 29+0+142=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 142 (55.86% from 255 or 83.04% from 171); Max value from RGB is 142 - color contains mainly: blue. Hex color #1D008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D008E is #E2FF71. Grayscale: #181818. Windows color (decimal): -14876530 or 9306141. OLE color: 9306141.

HSL color Cylindrical-coordinate representation of color #1D008E: hue angle of 252.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D008E is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB290142-
CMYK0.80100.44
HSL252.25º100%27.84%-
HSV(B)252.25º100%55.69%-
XYZ5.392.2125.73-
YUV24.86194.11130.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 83.04%
R=16.96%
G=0%
B=83.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2901420.80100.44252.2510027.84
Hex1D08E506402Cfc641c
Octal35021612014405437414434
Binary1110101000111010100001100100010110011111100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,0,142); }

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

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

 a { background-color: rgb(29,0,142); }

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

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

 span { border-color: rgb(29,0,142); }

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