#103A8B

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

Shades of Smalt #103A8B

Tints of Smalt #103A8B

Color information

#103A8B (or 0x103A8B) is unknown color: approx Smalt. HEX triplet: 10, 3A and 8B. RGB value is (16,58,139). Sum of RGB (Red+Green+Blue) = 16+58+139=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #103A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103A8B is #EFC574. Grayscale: #363636. Windows color (decimal): -15713653 or 9124368. OLE color: 9124368.

HSL color Cylindrical-coordinate representation of color #103A8B: hue angle of 219.51º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103A8B is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1658139-
CMYK0.880.5800.45
HSL219.51º79.35%30.39%-
HSV(B)219.51º88.49%54.51%-
XYZ6.39525.05-
YUV54.68175.59100.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 139 (54.69% from 255) = 65.26%
R=7.51%
G=27.23%
B=65.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16581390.880.5800.45219.5179.3530.39
Hex103A8B583A02Ddc4f1e
Octal20722131307205533411736
Binary10000111010100010111011000111010010110111011100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A8B; }

 p { color: rgb(16,58,139); }

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

<style>
 a { background-color: #103A8B; }

 a { background-color: rgb(16,58,139); }

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

<style>
 span { border-color: #103A8B; }

 span { border-color: rgb(16,58,139); }

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