#1D0187

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

Shades of Ultramarine #1D0187

Tints of Ultramarine #1D0187

Color information

#1D0187 (or 0x1D0187) is unknown color: approx Ultramarine. HEX triplet: 1D, 01 and 87. RGB value is (29,1,135). Sum of RGB (Red+Green+Blue) = 29+1+135=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 135 (53.12% from 255 or 81.82% from 165); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D0187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0187 is #E2FE78. Grayscale: #181818. Windows color (decimal): -14876281 or 8847645. OLE color: 8847645.

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

Color convert

RGB291135-
CMYK0.790.9900.47
HSL252.54º98.53%26.67%-
HSV(B)252.54º99.26%52.94%-
XYZ4.892.0323.06-
YUV24.65190.28131.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.58%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 135 (53.12% from 255) = 81.82%
R=17.58%
G=0.61%
B=81.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2911350.790.9900.47252.5498.5326.67
Hex1D1874F6302Ffd631b
Octal35120711714305737514333
Binary1110111000011110011111100011010111111111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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