#013A50

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

Shades of Sherpa Blue #013A50

Tints of Sherpa Blue #013A50

Color information

#013A50 (or 0x013A50) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3A and 50. RGB value is (1,58,80). Sum of RGB (Red+Green+Blue) = 1+58+80=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #013A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A50 is #FEC5AF. Grayscale: #2B2B2B. Windows color (decimal): -16696752 or 5257729. OLE color: 5257729.

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

Color convert

RGB15880-
CMYK0.990.2800.69
HSL196.71º97.53%15.88%-
HSV(B)196.71º98.75%31.37%-
XYZ2.973.618.13-
YUV43.46148.6297.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 58 (23.05% from 255) = 41.73%
BLUE value IS 80 (31.64% from 255) = 57.55%
R=0.72%
G=41.73%
B=57.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal158800.990.2800.69196.7197.5315.88
Hex13A50631C045c56210
Octal17212014334010530514220
Binary111101010100001100011111000100010111000101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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