#014F60

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

Shades of Sherpa Blue #014F60

Tints of Sherpa Blue #014F60

Color information

#014F60 (or 0x014F60) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4F and 60. RGB value is (1,79,96). Sum of RGB (Red+Green+Blue) = 1+79+96=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #014F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F60 is #FEB09F. Grayscale: #393939. Windows color (decimal): -16691360 or 6311681. OLE color: 6311681.

HSL color Cylindrical-coordinate representation of color #014F60: hue angle of 190.74º 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 #014F60 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB17996-
CMYK0.990.1800.62
HSL190.74º97.94%19.02%-
HSV(B)190.74º98.96%37.65%-
XYZ4.926.4412.05-
YUV57.62149.6687.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=0.57%
G=44.89%
B=54.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal179960.990.1800.62190.7497.9419.02
Hex14F60631203Ebf6213
Octal11171401432207627714223
Binary110011111100000110001110010011111010111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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