#0D0F87

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

Shades of Ultramarine #0D0F87

Tints of Ultramarine #0D0F87

Color information

#0D0F87 (or 0x0D0F87) is unknown color: approx Ultramarine. HEX triplet: 0D, 0F and 87. RGB value is (13,15,135). Sum of RGB (Red+Green+Blue) = 13+15+135=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D0F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0F87 is #F2F078. Grayscale: #1B1B1B. Windows color (decimal): -15921273 or 8851213. OLE color: 8851213.

HSL color Cylindrical-coordinate representation of color #0D0F87: hue angle of 239.02º 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 #0D0F87 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1315135-
CMYK0.900.8900.47
HSL239.02º82.43%29.02%-
HSV(B)239.02º90.37%52.94%-
XYZ4.712.1823.09-
YUV28.08188.34117.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.98%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 135 (53.12% from 255) = 82.82%
R=7.98%
G=9.20%
B=82.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13151350.900.8900.47239.0282.4329.02
HexDF875A5902Fef521d
Octal151720713213105735712235
Binary110111111000011110110101011001010111111101111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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