#0a3489

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

Shades of Smalt #0A3489

Tints of Smalt #0A3489

Color information

#0A3489 (or 0x0A3489) is unknown color: approx Smalt. HEX triplet: 0A, 34 and 89. RGB value is (10,52,137). Sum of RGB (Red+Green+Blue) = 10+52+137=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A3489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3489 is #F5CB76. Grayscale: #303030. Windows color (decimal): -16108407 or 8991754. OLE color: 8991754.

HSL color Cylindrical-coordinate representation of color #0A3489: hue angle of 220.16º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3489 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1052137-
CMYK0.930.6200.46
HSL220.16º86.39%28.82%-
HSV(B)220.16º92.7%53.73%-
XYZ5.874.3324.19-
YUV49.13177.59100.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 137 (53.91% from 255) = 68.84%
R=5.03%
G=26.13%
B=68.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10521370.930.6200.46220.1686.3928.82
HexA34895D3E02Edc561d
Octal12642111357605633412635
Binary1010110100100010011011101111110010111011011100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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