#0D0784

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

Shades of Ultramarine #0D0784

Tints of Ultramarine #0D0784

Color information

#0D0784 (or 0x0D0784) is unknown color: approx Ultramarine. HEX triplet: 0D, 07 and 84. RGB value is (13,7,132). Sum of RGB (Red+Green+Blue) = 13+7+132=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 132 (51.95% from 255 or 86.84% from 152); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D0784 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0784 is #F2F87B. Grayscale: #161616. Windows color (decimal): -15923324 or 8652557. OLE color: 8652557.

HSL color Cylindrical-coordinate representation of color #0D0784: hue angle of 242.88º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0784 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB137132-
CMYK0.900.9500.48
HSL242.88º89.93%27.25%-
HSV(B)242.88º94.7%51.76%-
XYZ4.411.921.96-
YUV23.04189.49120.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 132 (51.95% from 255) = 86.84%
R=8.55%
G=4.61%
B=86.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1371320.900.9500.48242.8889.9327.25
HexD7845A5F030f35a1b
Octal15720413213706036313233
Binary11011111000010010110101011111011000011110011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,7,132); }

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

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

 a { background-color: rgb(13,7,132); }

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

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

 span { border-color: rgb(13,7,132); }

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