#0A3286

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

Shades of Smalt #0A3286

Tints of Smalt #0A3286

Color information

#0A3286 (or 0x0A3286) is unknown color: approx Smalt. HEX triplet: 0A, 32 and 86. RGB value is (10,50,134). Sum of RGB (Red+Green+Blue) = 10+50+134=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A3286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3286 is #F5CD79. Grayscale: #2F2F2F. Windows color (decimal): -16108922 or 8794634. OLE color: 8794634.

HSL color Cylindrical-coordinate representation of color #0A3286: hue angle of 220.65º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3286 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1050134-
CMYK0.930.6300.47
HSL220.65º86.11%28.24%-
HSV(B)220.65º92.54%52.55%-
XYZ5.574.0723.05-
YUV47.62176.75101.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.15%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 134 (52.73% from 255) = 69.07%
R=5.15%
G=25.77%
B=69.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10501340.930.6300.47220.6586.1128.24
HexA32865D3F02Fdd561c
Octal12622061357705733512634
Binary1010110010100001101011101111111010111111011101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,50,134); }

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

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

 a { background-color: rgb(10,50,134); }

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

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

 span { border-color: rgb(10,50,134); }

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