#0A3B96

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

Shades of Smalt #0A3B96

Tints of Smalt #0A3B96

Color information

#0A3B96 (or 0x0A3B96) is unknown color: approx Smalt. HEX triplet: 0A, 3B and 96. RGB value is (10,59,150). Sum of RGB (Red+Green+Blue) = 10+59+150=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A3B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3B96 is #F5C469. Grayscale: #363636. Windows color (decimal): -16106602 or 9845514. OLE color: 9845514.

HSL color Cylindrical-coordinate representation of color #0A3B96: hue angle of 219º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3B96 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1059150-
CMYK0.930.6100.41
HSL219º87.5%31.37%-
HSV(B)219º93.33%58.82%-
XYZ7.195.3929.52-
YUV54.72181.7796.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 59 (23.44% from 255) = 26.94%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=4.57%
G=26.94%
B=68.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10591500.930.6100.4121987.531.37
HexA3B965D3D029db581f
Octal12732261357505133313037
Binary1010111011100101101011101111101010100111011011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,59,150); }

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

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

 a { background-color: rgb(10,59,150); }

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

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

 span { border-color: rgb(10,59,150); }

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