#0a439a

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

Shades of Smalt #0A439A

Tints of Smalt #0A439A

Color information

#0A439A (or 0x0A439A) is unknown color: approx Smalt. HEX triplet: 0A, 43 and 9A. RGB value is (10,67,154). Sum of RGB (Red+Green+Blue) = 10+67+154=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A439A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A439A is #F5BC65. Grayscale: #3B3B3B. Windows color (decimal): -16104550 or 10109706. OLE color: 10109706.

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

Color convert

RGB1067154-
CMYK0.940.5600.40
HSL216.25º87.8%32.16%-
HSV(B)216.25º93.51%60.39%-
XYZ7.976.4131.39-
YUV59.88181.1292.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 154 (60.55% from 255) = 66.67%
R=4.33%
G=29.00%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10671540.940.5600.40216.2587.832.16
HexA439A5E38028d85820
Octal121032321367005033013040
Binary101010000111001101010111101110000101000110110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a439a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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