#0A3A93

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

Shades of Smalt #0A3A93

Tints of Smalt #0A3A93

Color information

#0A3A93 (or 0x0A3A93) is unknown color: approx Smalt. HEX triplet: 0A, 3A and 93. RGB value is (10,58,147). Sum of RGB (Red+Green+Blue) = 10+58+147=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A3A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3A93 is #F5C56C. Grayscale: #353535. Windows color (decimal): -16106861 or 9648650. OLE color: 9648650.

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

Color convert

RGB1058147-
CMYK0.930.6100.42
HSL218.98º87.26%30.78%-
HSV(B)218.98º93.2%57.65%-
XYZ6.95.228.24-
YUV53.79180.696.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 147 (57.81% from 255) = 68.37%
R=4.65%
G=26.98%
B=68.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10581470.930.6100.42218.9887.2630.78
HexA3A935D3D02Adb571f
Octal12722231357505233312737
Binary1010111010100100111011101111101010101011011011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,58,147); }

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

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

 a { background-color: rgb(10,58,147); }

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

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

 span { border-color: rgb(10,58,147); }

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