Html Css Color HEX #014D59 Sherpa Blue

📋 copy color: '#014D59'

red 1 ◦ green 77 ◦ blue 89

#014D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #014D59

Tints of Sherpa Blue #014D59

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

 GREEN value IS 77 (30.47% from 255) = 46.11%

 BLUE value IS 89 (35.16% from 255) = 53.29%

R = 0.6%
G = 46.11%
B = 53.29%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014D59 (or 0x014D59) is known color: Sherpa Blue. HEX triplet: 01, 4D and 59. RGB value is (1,77,89). Sum of RGB (Red+Green+Blue) = 1+77+89=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #014D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D59 is #FEB2A6. Grayscale: #373737. Windows color (decimal): -16691879 or 5852417. OLE color: 5852417.

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

Color convert

RGB 1 77 89 -
CMYK 0.99 0.13 0 0.65
HSL 188.18º 0.98% 0.18% -
HSV(B) 188.18º 0.99% 0.35% -
XYZ 4.47 6.04 10.38 -
YUV 55.64 146.82 89.02 -
System Red Green Blue C M Y K H S L
Decimal 1 77 89 0.99 0.13 0 0.65 188.18 0.98 0.18
Hex 1 4D 59 63 D 0 41 BC 62 12
Octal 1 115 131 143 15 0 101 274 142 22
Binary 1 1001101 1011001 1100011 1101 0 1000001 10111100 1100010 10010

Color Harmonies of #014D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D59

Black with #014D59

Text Example


Text Example

White with #014D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #014D59;
 }
 .AnyTagClassName
 {
   color: #014D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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