#0C1586

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

Shades of Ultramarine #0C1586

Tints of Ultramarine #0C1586

Color information

#0C1586 (or 0x0C1586) is unknown color: approx Ultramarine. HEX triplet: 0C, 15 and 86. RGB value is (12,21,134). Sum of RGB (Red+Green+Blue) = 12+21+134=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 134 (52.73% from 255 or 80.24% from 167); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C1586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1586 is #F3EA79. Grayscale: #1E1E1E. Windows color (decimal): -15985274 or 8787212. OLE color: 8787212.

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

Color convert

RGB1221134-
CMYK0.910.8400.47
HSL235.57º83.56%28.63%-
HSV(B)235.57º91.04%52.55%-
XYZ4.722.3422.76-
YUV31.19186.02114.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.19%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 134 (52.73% from 255) = 80.24%
R=7.19%
G=12.57%
B=80.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12211340.910.8400.47235.5783.5628.63
HexC15865B5402Fec541d
Octal142520613312405735412435
Binary1100101011000011010110111010100010111111101100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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