#0C2686

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

Shades of Smalt #0C2686

Tints of Smalt #0C2686

Color information

#0C2686 (or 0x0C2686) is unknown color: approx Smalt. HEX triplet: 0C, 26 and 86. RGB value is (12,38,134). Sum of RGB (Red+Green+Blue) = 12+38+134=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 134 (52.73% from 255 or 72.83% from 184); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C2686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2686 is #F3D979. Grayscale: #282828. Windows color (decimal): -15980922 or 8791564. OLE color: 8791564.

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

Color convert

RGB1238134-
CMYK0.910.7200.47
HSL227.21º83.56%28.63%-
HSV(B)227.21º91.04%52.55%-
XYZ5.153.1922.9-
YUV41.17180.39107.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.52%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 134 (52.73% from 255) = 72.83%
R=6.52%
G=20.65%
B=72.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12381340.910.7200.47227.2183.5628.63
HexC26865B4802Fe3541d
Octal144620613311005734312435
Binary11001001101000011010110111001000010111111100011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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