#013941

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

Shades of Sherpa Blue #013941

Tints of Sherpa Blue #013941

Color information

#013941 (or 0x013941) is unknown color: approx Sherpa Blue. HEX triplet: 01, 39 and 41. RGB value is (1,57,65). Sum of RGB (Red+Green+Blue) = 1+57+65=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #013941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013941 is #FEC6BE. Grayscale: #292929. Windows color (decimal): -16697023 or 4274433. OLE color: 4274433.

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

Color convert

RGB15765-
CMYK0.980.1200.75
HSL187.5º96.97%12.94%-
HSV(B)187.5º98.46%25.49%-
XYZ2.433.315.51-
YUV41.17141.4599.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 65 (25.78% from 255) = 52.85%
R=0.81%
G=46.34%
B=52.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal157650.980.1200.75187.596.9712.94
Hex1394162C04Bbc61d
Octal17110114214011327414115
Binary1111001100000111000101100010010111011110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013941; }

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

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

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

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

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

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

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

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