#0C2986

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

Shades of Smalt #0C2986

Tints of Smalt #0C2986

Color information

#0C2986 (or 0x0C2986) is unknown color: approx Smalt. HEX triplet: 0C, 29 and 86. RGB value is (12,41,134). Sum of RGB (Red+Green+Blue) = 12+41+134=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C2986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2986 is #F3D679. Grayscale: #2A2A2A. Windows color (decimal): -15980154 or 8792332. OLE color: 8792332.

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

Color convert

RGB1241134-
CMYK0.910.6900.47
HSL225.74º83.56%28.63%-
HSV(B)225.74º91.04%52.55%-
XYZ5.253.3922.93-
YUV42.93179.39105.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.42%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 134 (52.73% from 255) = 71.66%
R=6.42%
G=21.93%
B=71.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12411340.910.6900.47225.7483.5628.63
HexC29865B4502Fe2541d
Octal145120613310505734212435
Binary11001010011000011010110111000101010111111100010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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