#0A328B

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

Shades of Smalt #0A328B

Tints of Smalt #0A328B

Color information

#0A328B (or 0x0A328B) is unknown color: approx Smalt. HEX triplet: 0A, 32 and 8B. RGB value is (10,50,139). Sum of RGB (Red+Green+Blue) = 10+50+139=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A328B is #F5CD74. Grayscale: #2F2F2F. Windows color (decimal): -16108917 or 9122314. OLE color: 9122314.

HSL color Cylindrical-coordinate representation of color #0A328B: hue angle of 221.4º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A328B is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1050139-
CMYK0.930.6400.45
HSL221.4º86.58%29.22%-
HSV(B)221.4º92.81%54.51%-
XYZ5.934.2124.93-
YUV48.19179.25100.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 139 (54.69% from 255) = 69.85%
R=5.03%
G=25.13%
B=69.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10501390.930.6400.45221.486.5829.22
HexA328B5D4002Ddd571d
Octal126221313510005533512735
Binary10101100101000101110111011000000010110111011101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,50,139); }

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

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

 a { background-color: rgb(10,50,139); }

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

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

 span { border-color: rgb(10,50,139); }

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