#014F5C

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

Shades of Sherpa Blue #014F5C

Tints of Sherpa Blue #014F5C

Color information

#014F5C (or 0x014F5C) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4F and 5C. RGB value is (1,79,92). Sum of RGB (Red+Green+Blue) = 1+79+92=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #014F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F5C is #FEB0A3. Grayscale: #393939. Windows color (decimal): -16691364 or 6049537. OLE color: 6049537.

HSL color Cylindrical-coordinate representation of color #014F5C: hue angle of 188.57º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F5C is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB17992-
CMYK0.990.1400.64
HSL188.57º97.85%18.24%-
HSV(B)188.57º98.91%36.08%-
XYZ4.746.3711.11-
YUV57.16147.6687.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 92 (36.33% from 255) = 53.49%
R=0.58%
G=45.93%
B=53.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal179920.990.1400.64188.5797.8518.24
Hex14F5C63E040bd6212
Octal111713414316010027514222
Binary110011111011100110001111100100000010111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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