#0A4499

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

Shades of Smalt #0A4499

Tints of Smalt #0A4499

Color information

#0A4499 (or 0x0A4499) is unknown color: approx Smalt. HEX triplet: 0A, 44 and 99. RGB value is (10,68,153). Sum of RGB (Red+Green+Blue) = 10+68+153=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A4499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4499 is #F5BB66. Grayscale: #3B3B3B. Windows color (decimal): -16104295 or 10044426. OLE color: 10044426.

HSL color Cylindrical-coordinate representation of color #0A4499: hue angle of 215.66º 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 #0A4499 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1068153-
CMYK0.930.5600.4
HSL215.66º87.73%31.96%-
HSV(B)215.66º93.46%60%-
XYZ7.946.530.97-
YUV60.35180.2892.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 153 (60.16% from 255) = 66.23%
R=4.33%
G=29.44%
B=66.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10681530.930.5600.4215.6687.7331.96
HexA44995D38028d85820
Octal121042311357005033013040
Binary101010001001001100110111011110000101000110110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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