#0D0086

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

Shades of Ultramarine #0D0086

Tints of Ultramarine #0D0086

Color information

#0D0086 (or 0x0D0086) is unknown color: approx Ultramarine. HEX triplet: 0D, 00 and 86. RGB value is (13,0,134). Sum of RGB (Red+Green+Blue) = 13+0+134=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 134 (52.73% from 255 or 91.16% from 147); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D0086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0086 is #F2FF79. Grayscale: #121212. Windows color (decimal): -15925114 or 8781837. OLE color: 8781837.

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

Color convert

RGB130134-
CMYK0.90100.47
HSL245.82º100%26.27%-
HSV(B)245.82º100%52.55%-
XYZ4.471.8122.67-
YUV19.16192.81123.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 91.16%
R=8.84%
G=0%
B=91.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301340.90100.47245.8210026.27
HexD0865A6402Ff6641a
Octal15020613214405736614432
Binary110101000011010110101100100010111111110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,0,134); }

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

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

 a { background-color: rgb(13,0,134); }

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

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

 span { border-color: rgb(13,0,134); }

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