#014C56

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

Shades of Sherpa Blue #014C56

Tints of Sherpa Blue #014C56

Color information

#014C56 (or 0x014C56) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4C and 56. RGB value is (1,76,86). Sum of RGB (Red+Green+Blue) = 1+76+86=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #014C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C56 is #FEB3A9. Grayscale: #363636. Windows color (decimal): -16692138 or 5655553. OLE color: 5655553.

HSL color Cylindrical-coordinate representation of color #014C56: hue angle of 187.06º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C56 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB17686-
CMYK0.990.1200.66
HSL187.06º97.7%17.06%-
HSV(B)187.06º98.84%33.73%-
XYZ4.285.859.71-
YUV54.72145.6589.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 86 (33.98% from 255) = 52.76%
R=0.61%
G=46.63%
B=52.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal176860.990.1200.66187.0697.717.06
Hex14C5663C042bb6211
Octal111412614314010227314221
Binary110011001010110110001111000100001010111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014C56; }

 p { color: rgb(1,76,86); }

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

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

 a { background-color: rgb(1,76,86); }

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

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

 span { border-color: rgb(1,76,86); }

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