#013745

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

Shades of Sherpa Blue #013745

Tints of Sherpa Blue #013745

Color information

#013745 (or 0x013745) is unknown color: approx Sherpa Blue. HEX triplet: 01, 37 and 45. RGB value is (1,55,69). Sum of RGB (Red+Green+Blue) = 1+55+69=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 69 (27.34% from 255 or 55.2% from 125); Max value from RGB is 69 - color contains mainly: blue. Hex color #013745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013745 is #FEC8BA. Grayscale: #282828. Windows color (decimal): -16697531 or 4536065. OLE color: 4536065.

HSL color Cylindrical-coordinate representation of color #013745: hue angle of 192.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013745 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB15569-
CMYK0.990.2000.73
HSL192.35º97.14%13.73%-
HSV(B)192.35º98.55%27.06%-
XYZ2.453.176.11-
YUV40.45144.1199.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 69 (27.34% from 255) = 55.2%
R=0.8%
G=44%
B=55.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal155690.990.2000.73192.3597.1413.73
Hex137456314049c061e
Octal16710514324011130014116
Binary11101111000101110001110100010010011100000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013745; }

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

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

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

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

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

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

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

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