#0D1087

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

Shades of Ultramarine #0D1087

Tints of Ultramarine #0D1087

Color information

#0D1087 (or 0x0D1087) is unknown color: approx Ultramarine. HEX triplet: 0D, 10 and 87. RGB value is (13,16,135). Sum of RGB (Red+Green+Blue) = 13+16+135=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 135 (53.12% from 255 or 82.32% from 164); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D1087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1087 is #F2EF78. Grayscale: #1C1C1C. Windows color (decimal): -15921017 or 8851469. OLE color: 8851469.

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

Color convert

RGB1316135-
CMYK0.900.8800.47
HSL238.52º82.43%29.02%-
HSV(B)238.52º90.37%52.94%-
XYZ4.722.2123.1-
YUV28.67188.01116.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 135 (53.12% from 255) = 82.32%
R=7.93%
G=9.76%
B=82.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13161350.900.8800.47238.5282.4329.02
HexD10875A5802Fef521d
Octal152020713213005735712235
Binary1101100001000011110110101011000010111111101111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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