#0A309A

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

Shades of Smalt #0A309A

Tints of Smalt #0A309A

Color information

#0A309A (or 0x0A309A) is unknown color: approx Smalt. HEX triplet: 0A, 30 and 9A. RGB value is (10,48,154). Sum of RGB (Red+Green+Blue) = 10+48+154=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A309A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A309A is #F5CF65. Grayscale: #303030. Windows color (decimal): -16109414 or 10104842. OLE color: 10104842.

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

Color convert

RGB1048154-
CMYK0.940.6900.40
HSL224.17º87.8%32.16%-
HSV(B)224.17º93.51%60.39%-
XYZ7.014.5131.07-
YUV48.72187.41100.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 154 (60.55% from 255) = 72.64%
R=4.72%
G=22.64%
B=72.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10481540.940.6900.40224.1787.832.16
HexA309A5E45028e05820
Octal126023213610505034013040
Binary101011000010011010101111010001010101000111000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,154); }

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

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

 a { background-color: rgb(10,48,154); }

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

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

 span { border-color: rgb(10,48,154); }

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