#0C0C86

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

Shades of Ultramarine #0C0C86

Tints of Ultramarine #0C0C86

Color information

#0C0C86 (or 0x0C0C86) is unknown color: approx Ultramarine. HEX triplet: 0C, 0C and 86. RGB value is (12,12,134). Sum of RGB (Red+Green+Blue) = 12+12+134=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C0C86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0C86 is #F3F379. Grayscale: #191919. Windows color (decimal): -15987578 or 8784908. OLE color: 8784908.

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

Color convert

RGB1212134-
CMYK0.910.9100.47
HSL240º83.56%28.63%-
HSV(B)240º91.04%52.55%-
XYZ4.592.0622.71-
YUV25.91189118.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.59%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 134 (52.73% from 255) = 84.81%
R=7.59%
G=7.59%
B=84.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12121340.910.9100.4724083.5628.63
HexCC865B5B02Ff0541d
Octal141420613313305736012435
Binary110011001000011010110111011011010111111110000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,12,134); }

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

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

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

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

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

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

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