#0D0882

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

Shades of Ultramarine #0D0882

Tints of Ultramarine #0D0882

Color information

#0D0882 (or 0x0D0882) is unknown color: approx Ultramarine. HEX triplet: 0D, 08 and 82. RGB value is (13,8,130). Sum of RGB (Red+Green+Blue) = 13+8+130=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 130 (51.17% from 255 or 86.09% from 151); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D0882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0882 is #F2F77D. Grayscale: #161616. Windows color (decimal): -15923070 or 8521741. OLE color: 8521741.

HSL color Cylindrical-coordinate representation of color #0D0882: hue angle of 242.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0882 is Cyan = 0.9, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB138130-
CMYK0.90.9400.49
HSL242.46º88.41%27.06%-
HSV(B)242.46º93.85%50.98%-
XYZ4.281.8721.25-
YUV23.4188.16120.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 130 (51.17% from 255) = 86.09%
R=8.61%
G=5.30%
B=86.09%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1381300.90.9400.49242.4688.4127.06
HexD8825A5E031f2581b
Octal151020213213606136213033
Binary110110001000001010110101011110011000111110010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,8,130); }

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

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

 a { background-color: rgb(13,8,130); }

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

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

 span { border-color: rgb(13,8,130); }

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