#013A9B

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

Shades of Smalt #013A9B

Tints of Smalt #013A9B

Color information

#013A9B (or 0x013A9B) is unknown color: approx Smalt. HEX triplet: 01, 3A and 9B. RGB value is (1,58,155). Sum of RGB (Red+Green+Blue) = 1+58+155=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #013A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013A9B is #FEC564. Grayscale: #333333. Windows color (decimal): -16696677 or 10172929. OLE color: 10172929.

HSL color Cylindrical-coordinate representation of color #013A9B: hue angle of 217.79º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A9B is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB158155-
CMYK0.990.6300.39
HSL217.79º98.72%30.59%-
HSV(B)217.79º99.35%60.78%-
XYZ7.445.431.66-
YUV52.02186.1291.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 155 (60.94% from 255) = 72.43%
R=0.47%
G=27.10%
B=72.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1581550.990.6300.39217.7998.7230.59
Hex13A9B633F027da631f
Octal1722331437704733214337
Binary1111010100110111100011111111010011111011010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013A9B; }

 p { color: rgb(1,58,155); }

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

<style>
 a { background-color: #013A9B; }

 a { background-color: rgb(1,58,155); }

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

<style>
 span { border-color: #013A9B; }

 span { border-color: rgb(1,58,155); }

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