#013A49

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

Shades of Sherpa Blue #013A49

Tints of Sherpa Blue #013A49

Color information

#013A49 (or 0x013A49) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3A and 49. RGB value is (1,58,73). Sum of RGB (Red+Green+Blue) = 1+58+73=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #013A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A49 is #FEC5B6. Grayscale: #2A2A2A. Windows color (decimal): -16696759 or 4798977. OLE color: 4798977.

HSL color Cylindrical-coordinate representation of color #013A49: hue angle of 192.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A49 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB15873-
CMYK0.990.2100.71
HSL192.5º97.3%14.51%-
HSV(B)192.5º98.63%28.63%-
XYZ2.733.516.84-
YUV42.67145.1298.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 73 (28.91% from 255) = 55.30%
R=0.76%
G=43.94%
B=55.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal158730.990.2100.71192.597.314.51
Hex13A496315047c061f
Octal17211114325010730014117
Binary11110101001001110001110101010001111100000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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