#0D0983

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

Shades of Ultramarine #0D0983

Tints of Ultramarine #0D0983

Color information

#0D0983 (or 0x0D0983) is unknown color: approx Ultramarine. HEX triplet: 0D, 09 and 83. RGB value is (13,9,131). Sum of RGB (Red+Green+Blue) = 13+9+131=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 131 (51.56% from 255 or 85.62% from 153); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D0983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0983 is #F2F67C. Grayscale: #171717. Windows color (decimal): -15922813 or 8587533. OLE color: 8587533.

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

Color convert

RGB139131-
CMYK0.900.9300.49
HSL241.97º87.14%27.45%-
HSV(B)241.97º93.13%51.37%-
XYZ4.361.9221.61-
YUV24.1188.33120.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.50%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 131 (51.56% from 255) = 85.62%
R=8.50%
G=5.88%
B=85.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1391310.900.9300.49241.9787.1427.45
HexD9835A5D031f2571b
Octal151120313213506136212733
Binary110110011000001110110101011101011000111110010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,9,131); }

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

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

 a { background-color: rgb(13,9,131); }

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

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

 span { border-color: rgb(13,9,131); }

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