#013081

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

Shades of Smalt #013081

Tints of Smalt #013081

Color information

#013081 (or 0x013081) is unknown color: approx Smalt. HEX triplet: 01, 30 and 81. RGB value is (1,48,129). Sum of RGB (Red+Green+Blue) = 1+48+129=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 129 (50.78% from 255 or 72.47% from 178); Max value from RGB is 129 - color contains mainly: blue. Hex color #013081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013081 is #FECF7E. Grayscale: #2A2A2A. Windows color (decimal): -16699263 or 8466433. OLE color: 8466433.

HSL color Cylindrical-coordinate representation of color #013081: hue angle of 217.97º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013081 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB148129-
CMYK0.990.6300.49
HSL217.97º98.46%25.49%-
HSV(B)217.97º99.22%50.59%-
XYZ5.033.7121.22-
YUV43.18176.4397.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 129 (50.78% from 255) = 72.47%
R=0.56%
G=26.97%
B=72.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1481290.990.6300.49217.9798.4625.49
Hex13081633F031da6219
Octal1602011437706133214231
Binary1110000100000011100011111111011000111011010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013081; }

 p { color: rgb(1,48,129); }

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

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

 a { background-color: rgb(1,48,129); }

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

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

 span { border-color: rgb(1,48,129); }

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