#014B60

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

Shades of Sherpa Blue #014B60

Tints of Sherpa Blue #014B60

Color information

#014B60 (or 0x014B60) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4B and 60. RGB value is (1,75,96). Sum of RGB (Red+Green+Blue) = 1+75+96=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #014B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B60 is #FEB49F. Grayscale: #373737. Windows color (decimal): -16692384 or 6310657. OLE color: 6310657.

HSL color Cylindrical-coordinate representation of color #014B60: hue angle of 193.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B60 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB17596-
CMYK0.990.2200.62
HSL193.26º97.94%19.02%-
HSV(B)193.26º98.96%37.65%-
XYZ4.645.8811.96-
YUV55.27150.9889.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=0.58%
G=43.60%
B=55.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal175960.990.2200.62193.2697.9419.02
Hex14B60631603Ec16213
Octal11131401432607630114223
Binary110010111100000110001110110011111011000001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,75,96); }

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

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

 a { background-color: rgb(1,75,96); }

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

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

 span { border-color: rgb(1,75,96); }

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