#014F5A

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

Shades of Sherpa Blue #014F5A

Tints of Sherpa Blue #014F5A

Color information

#014F5A (or 0x014F5A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4F and 5A. RGB value is (1,79,90). Sum of RGB (Red+Green+Blue) = 1+79+90=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #014F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F5A is #FEB0A5. Grayscale: #383838. Windows color (decimal): -16691366 or 5918465. OLE color: 5918465.

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

Color convert

RGB17990-
CMYK0.990.1200.65
HSL187.42º97.8%17.84%-
HSV(B)187.42º98.89%35.29%-
XYZ4.656.3410.65-
YUV56.93146.6688.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 79 (31.25% from 255) = 46.47%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=0.59%
G=46.47%
B=52.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal179900.990.1200.65187.4297.817.84
Hex14F5A63C041bb6212
Octal111713214314010127314222
Binary110011111011010110001111000100000110111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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