#013841

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

Shades of Sherpa Blue #013841

Tints of Sherpa Blue #013841

Color information

#013841 (or 0x013841) is unknown color: approx Sherpa Blue. HEX triplet: 01, 38 and 41. RGB value is (1,56,65). Sum of RGB (Red+Green+Blue) = 1+56+65=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #013841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013841 is #FEC7BE. Grayscale: #282828. Windows color (decimal): -16697279 or 4274177. OLE color: 4274177.

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

Color convert

RGB15665-
CMYK0.980.1400.75
HSL188.44º96.97%12.94%-
HSV(B)188.44º98.46%25.49%-
XYZ2.383.225.5-
YUV40.58141.7899.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=0.82%
G=45.90%
B=53.28%

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
Decimal156650.980.1400.75188.4496.9712.94
Hex1384162E04Bbc61d
Octal17010114216011327414115
Binary1111000100000111000101110010010111011110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013841; }

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

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

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

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

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

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

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

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