#013C54

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

Shades of Sherpa Blue #013C54

Tints of Sherpa Blue #013C54

Color information

#013C54 (or 0x013C54) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3C and 54. RGB value is (1,60,84). Sum of RGB (Red+Green+Blue) = 1+60+84=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #013C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C54 is #FEC3AB. Grayscale: #2C2C2C. Windows color (decimal): -16696236 or 5520385. OLE color: 5520385.

HSL color Cylindrical-coordinate representation of color #013C54: hue angle of 197.35º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C54 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB16084-
CMYK0.990.2900.67
HSL197.35º97.65%16.67%-
HSV(B)197.35º98.81%32.94%-
XYZ3.233.888.97-
YUV45.1149.9596.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 60 (23.83% from 255) = 41.38%
BLUE value IS 84 (33.20% from 255) = 57.93%
R=0.69%
G=41.38%
B=57.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal160840.990.2900.67197.3597.6516.67
Hex13C54631D043c56211
Octal17412414335010330514221
Binary111110010101001100011111010100001111000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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