#013B41

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

Shades of Sherpa Blue #013B41

Tints of Sherpa Blue #013B41

Color information

#013B41 (or 0x013B41) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3B and 41. RGB value is (1,59,65). Sum of RGB (Red+Green+Blue) = 1+59+65=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #013B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B41 is #FEC4BE. Grayscale: #2A2A2A. Windows color (decimal): -16696511 or 4274945. OLE color: 4274945.

HSL color Cylindrical-coordinate representation of color #013B41: hue angle of 185.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B41 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB15965-
CMYK0.980.0900.75
HSL185.62º96.97%12.94%-
HSV(B)185.62º98.46%25.49%-
XYZ2.533.525.55-
YUV42.34140.7898.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 59 (23.44% from 255) = 47.2%
BLUE value IS 65 (25.78% from 255) = 52%
R=0.8%
G=47.2%
B=52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal159650.980.0900.75185.6296.9712.94
Hex13B4162904Bba61d
Octal17310114211011327214115
Binary1111011100000111000101001010010111011101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,59,65); }

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

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

 a { background-color: rgb(1,59,65); }

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

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

 span { border-color: rgb(1,59,65); }

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