#013185

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

Shades of Smalt #013185

Tints of Smalt #013185

Color information

#013185 (or 0x013185) is unknown color: approx Smalt. HEX triplet: 01, 31 and 85. RGB value is (1,49,133). Sum of RGB (Red+Green+Blue) = 1+49+133=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #013185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013185 is #FECE7A. Grayscale: #2B2B2B. Windows color (decimal): -16699003 or 8728833. OLE color: 8728833.

HSL color Cylindrical-coordinate representation of color #013185: hue angle of 218.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013185 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB149133-
CMYK0.990.6300.48
HSL218.18º98.51%26.27%-
HSV(B)218.18º99.25%52.16%-
XYZ5.343.922.66-
YUV44.22178.197.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 133 (52.34% from 255) = 72.68%
R=0.55%
G=26.78%
B=72.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1491330.990.6300.48218.1898.5126.27
Hex13185633F030da631a
Octal1612051437706033214332
Binary1110001100001011100011111111011000011011010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013185; }

 p { color: rgb(1,49,133); }

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

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

 a { background-color: rgb(1,49,133); }

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

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

 span { border-color: rgb(1,49,133); }

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