#014E62

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

Shades of Sherpa Blue #014E62

Tints of Sherpa Blue #014E62

Color information

#014E62 (or 0x014E62) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4E and 62. RGB value is (1,78,98). Sum of RGB (Red+Green+Blue) = 1+78+98=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #014E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E62 is #FEB19D. Grayscale: #393939. Windows color (decimal): -16691614 or 6442497. OLE color: 6442497.

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

Color convert

RGB17898-
CMYK0.990.2000.62
HSL192.37º97.98%19.41%-
HSV(B)192.37º98.98%38.43%-
XYZ4.946.3412.52-
YUV57.26150.9987.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=0.56%
G=44.07%
B=55.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal178980.990.2000.62192.3797.9819.41
Hex14E62631403Ec06213
Octal11161421432407630014223
Binary110011101100010110001110100011111011000000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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