#0C0983

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

Shades of Ultramarine #0C0983

Tints of Ultramarine #0C0983

Color information

#0C0983 (or 0x0C0983) is unknown color: approx Ultramarine. HEX triplet: 0C, 09 and 83. RGB value is (12,9,131). Sum of RGB (Red+Green+Blue) = 12+9+131=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 131 (51.56% from 255 or 86.18% from 152); Max value from RGB is 131 - color contains mainly: blue. Hex color #0C0983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0983 is #F3F67C. Grayscale: #171717. Windows color (decimal): -15988349 or 8587532. OLE color: 8587532.

HSL color Cylindrical-coordinate representation of color #0C0983: hue angle of 241.48º 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 #0C0983 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB129131-
CMYK0.910.9300.49
HSL241.48º87.14%27.45%-
HSV(B)241.48º93.13%51.37%-
XYZ4.351.9121.61-
YUV23.8188.49119.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.89%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 131 (51.56% from 255) = 86.18%
R=7.89%
G=5.92%
B=86.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291310.910.9300.49241.4887.1427.45
HexC9835B5D031f1571b
Octal141120313313506136112733
Binary110010011000001110110111011101011000111110001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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