#0C1086

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

Shades of Ultramarine #0C1086

Tints of Ultramarine #0C1086

Color information

#0C1086 (or 0x0C1086) is unknown color: approx Ultramarine. HEX triplet: 0C, 10 and 86. RGB value is (12,16,134). Sum of RGB (Red+Green+Blue) = 12+16+134=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 134 (52.73% from 255 or 82.72% from 162); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C1086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1086 is #F3EF79. Grayscale: #1B1B1B. Windows color (decimal): -15986554 or 8785932. OLE color: 8785932.

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

Color convert

RGB1216134-
CMYK0.910.8800.47
HSL238.03º83.56%28.63%-
HSV(B)238.03º91.04%52.55%-
XYZ4.642.1722.73-
YUV28.26187.67116.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.41%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 134 (52.73% from 255) = 82.72%
R=7.41%
G=9.88%
B=82.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12161340.910.8800.47238.0383.5628.63
HexC10865B5802Fee541d
Octal142020613313005735612435
Binary1100100001000011010110111011000010111111101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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