#013740

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

Shades of Sherpa Blue #013740

Tints of Sherpa Blue #013740

Color information

#013740 (or 0x013740) is unknown color: approx Sherpa Blue. HEX triplet: 01, 37 and 40. RGB value is (1,55,64). Sum of RGB (Red+Green+Blue) = 1+55+64=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #013740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013740 is #FEC8BF. Grayscale: #272727. Windows color (decimal): -16697536 or 4208385. OLE color: 4208385.

HSL color Cylindrical-coordinate representation of color #013740: hue angle of 188.57º 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 #013740 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB15564-
CMYK0.980.1400.75
HSL188.57º96.92%12.75%-
HSV(B)188.57º98.44%25.1%-
XYZ2.33.115.33-
YUV39.88141.61100.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 55 (21.88% from 255) = 45.83%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=0.83%
G=45.83%
B=53.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal155640.980.1400.75188.5796.9212.75
Hex1374062E04Bbd61d
Octal16710014216011327514115
Binary1110111100000011000101110010010111011110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013740; }

 p { color: rgb(1,55,64); }

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

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

 a { background-color: rgb(1,55,64); }

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

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

 span { border-color: rgb(1,55,64); }

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