#0C2586

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

Shades of Smalt #0C2586

Tints of Smalt #0C2586

Color information

#0C2586 (or 0x0C2586) is unknown color: approx Smalt. HEX triplet: 0C, 25 and 86. RGB value is (12,37,134). Sum of RGB (Red+Green+Blue) = 12+37+134=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C2586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2586 is #F3DA79. Grayscale: #282828. Windows color (decimal): -15981178 or 8791308. OLE color: 8791308.

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

Color convert

RGB1237134-
CMYK0.910.7200.47
HSL227.7º83.56%28.63%-
HSV(B)227.7º91.04%52.55%-
XYZ5.123.1222.89-
YUV40.58180.72107.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 134 (52.73% from 255) = 73.22%
R=6.56%
G=20.22%
B=73.22%

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
Decimal12371340.910.7200.47227.783.5628.63
HexC25865B4802Fe4541d
Octal144520613311005734412435
Binary11001001011000011010110111001000010111111100100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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