#013C40

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

Shades of Sherpa Blue #013C40

Tints of Sherpa Blue #013C40

Color information

#013C40 (or 0x013C40) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3C and 40. RGB value is (1,60,64). Sum of RGB (Red+Green+Blue) = 1+60+64=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #013C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C40 is #FEC3BF. Grayscale: #2A2A2A. Windows color (decimal): -16696256 or 4209665. OLE color: 4209665.

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

Color convert

RGB16064-
CMYK0.980.0600.75
HSL183.81º96.92%12.75%-
HSV(B)183.81º98.44%25.1%-
XYZ2.553.615.41-
YUV42.82139.9598.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 60 (23.83% from 255) = 48%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=0.8%
G=48%
B=51.2%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal160640.980.0600.75183.8196.9212.75
Hex13C4062604Bb861d
Octal1741001426011327014115
Binary111110010000001100010110010010111011100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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