#0A3499

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

Shades of Smalt #0A3499

Tints of Smalt #0A3499

Color information

#0A3499 (or 0x0A3499) is unknown color: approx Smalt. HEX triplet: 0A, 34 and 99. RGB value is (10,52,153). Sum of RGB (Red+Green+Blue) = 10+52+153=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A3499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3499 is #F5CB66. Grayscale: #323232. Windows color (decimal): -16108391 or 10040330. OLE color: 10040330.

HSL color Cylindrical-coordinate representation of color #0A3499: hue angle of 222.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3499 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1052153-
CMYK0.930.6600.4
HSL222.38º87.73%31.96%-
HSV(B)222.38º93.46%60%-
XYZ7.14.8230.69-
YUV50.96185.5998.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 153 (60.16% from 255) = 71.16%
R=4.65%
G=24.19%
B=71.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10521530.930.6600.4222.3887.7331.96
HexA34995D42028de5820
Octal126423113510205033613040
Binary101011010010011001101110110000100101000110111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,52,153); }

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

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

 a { background-color: rgb(10,52,153); }

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

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

 span { border-color: rgb(10,52,153); }

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