#014F62

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

Shades of Sherpa Blue #014F62

Tints of Sherpa Blue #014F62

Color information

#014F62 (or 0x014F62) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4F and 62. RGB value is (1,79,98). Sum of RGB (Red+Green+Blue) = 1+79+98=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #014F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F62 is #FEB09D. Grayscale: #393939. Windows color (decimal): -16691358 or 6442753. OLE color: 6442753.

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

Color convert

RGB17998-
CMYK0.990.1900.62
HSL191.75º97.98%19.41%-
HSV(B)191.75º98.98%38.43%-
XYZ5.016.4812.54-
YUV57.84150.6687.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=0.56%
G=44.38%
B=55.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal179980.990.1900.62191.7597.9819.41
Hex14F62631303Ec06213
Octal11171421432307630014223
Binary110011111100010110001110011011111011000000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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