#014D61

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

Shades of Sherpa Blue #014D61

Tints of Sherpa Blue #014D61

Color information

#014D61 (or 0x014D61) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4D and 61. RGB value is (1,77,97). Sum of RGB (Red+Green+Blue) = 1+77+97=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #014D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D61 is #FEB29E. Grayscale: #383838. Windows color (decimal): -16691871 or 6376705. OLE color: 6376705.

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

Color convert

RGB17797-
CMYK0.990.2100.62
HSL192.5º97.96%19.22%-
HSV(B)192.5º98.97%38.04%-
XYZ4.826.1812.25-
YUV56.56150.8288.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=0.57%
G=44%
B=55.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal177970.990.2100.62192.597.9619.22
Hex14D61631503Ec06213
Octal11151411432507630014223
Binary110011011100001110001110101011111011000000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,77,97); }

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

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

 a { background-color: rgb(1,77,97); }

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

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

 span { border-color: rgb(1,77,97); }

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