#013A51

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

Shades of Sherpa Blue #013A51

Tints of Sherpa Blue #013A51

Color information

#013A51 (or 0x013A51) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3A and 51. RGB value is (1,58,81). Sum of RGB (Red+Green+Blue) = 1+58+81=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #013A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A51 is #FEC5AE. Grayscale: #2B2B2B. Windows color (decimal): -16696751 or 5323265. OLE color: 5323265.

HSL color Cylindrical-coordinate representation of color #013A51: hue angle of 197.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A51 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB15881-
CMYK0.990.2800.68
HSL197.25º97.56%16.08%-
HSV(B)197.25º98.77%31.76%-
XYZ3.013.638.33-
YUV43.58149.1297.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=0.71%
G=41.43%
B=57.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal158810.990.2800.68197.2597.5616.08
Hex13A51631C044c56210
Octal17212114334010430514220
Binary111101010100011100011111000100010011000101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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