#0D1E87

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

Shades of Ultramarine #0D1E87

Tints of Ultramarine #0D1E87

Color information

#0D1E87 (or 0x0D1E87) is unknown color: approx Ultramarine. HEX triplet: 0D, 1E and 87. RGB value is (13,30,135). Sum of RGB (Red+Green+Blue) = 13+30+135=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 135 (53.12% from 255 or 75.84% from 178); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D1E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1E87 is #F2E178. Grayscale: #242424. Windows color (decimal): -15917433 or 8855053. OLE color: 8855053.

HSL color Cylindrical-coordinate representation of color #0D1E87: hue angle of 231.64º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1E87 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1330135-
CMYK0.900.7800.47
HSL231.64º82.43%29.02%-
HSV(B)231.64º90.37%52.94%-
XYZ52.7623.19-
YUV36.89183.37110.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.30%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 135 (53.12% from 255) = 75.84%
R=7.30%
G=16.85%
B=75.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13301350.900.7800.47231.6482.4329.02
HexD1E875A4E02Fe8521d
Octal153620713211605735012235
Binary1101111101000011110110101001110010111111101000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1E87; }

 p { color: rgb(13,30,135); }

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

<style>
 a { background-color: #0D1E87; }

 a { background-color: rgb(13,30,135); }

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

<style>
 span { border-color: #0D1E87; }

 span { border-color: rgb(13,30,135); }

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