#013A47

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

Shades of Sherpa Blue #013A47

Tints of Sherpa Blue #013A47

Color information

#013A47 (or 0x013A47) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3A and 47. RGB value is (1,58,71). Sum of RGB (Red+Green+Blue) = 1+58+71=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #013A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A47 is #FEC5B8. Grayscale: #2A2A2A. Windows color (decimal): -16696761 or 4667905. OLE color: 4667905.

HSL color Cylindrical-coordinate representation of color #013A47: hue angle of 191.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A47 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB15871-
CMYK0.990.1800.72
HSL191.14º97.22%14.12%-
HSV(B)191.14º98.59%27.84%-
XYZ2.663.496.49-
YUV42.44144.1298.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 58 (23.05% from 255) = 44.62%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=0.77%
G=44.62%
B=54.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal158710.990.1800.72191.1497.2214.12
Hex13A476312048bf61e
Octal17210714322011027714116
Binary11110101000111110001110010010010001011111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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