Html Css Color HEX #014E56 Sherpa Blue

📋 copy color: '#014E56'

red 1 ◦ green 78 ◦ blue 86

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

Shades of Sherpa Blue #014E56

Tints of Sherpa Blue #014E56

RGB

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

 GREEN value IS 78 (30.86% from 255) = 47.27%

 BLUE value IS 86 (33.98% from 255) = 52.12%

R = 0.61%
G = 47.27%
B = 52.12%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014E56 (or 0x014E56) is known color: Sherpa Blue. HEX triplet: 01, 4E and 56. RGB value is (1,78,86). Sum of RGB (Red+Green+Blue) = 1+78+86=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #014E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E56 is #FEB1A9. Grayscale: #373737. Windows color (decimal): -16691626 or 5656065. OLE color: 5656065.

HSL color Cylindrical-coordinate representation of color #014E56: hue angle of 185.65º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E56 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 78 86 -
CMYK 0.99 0.09 0 0.66
HSL 185.65º 0.98% 0.17% -
HSV(B) 185.65º 0.99% 0.34% -
XYZ 4.42 6.13 9.75 -
YUV 55.89 144.99 88.85 -
System Red Green Blue C M Y K H S L
Decimal 1 78 86 0.99 0.09 0 0.66 185.65 0.98 0.17
Hex 1 4E 56 63 9 0 42 BA 62 11
Octal 1 116 126 143 11 0 102 272 142 21
Binary 1 1001110 1010110 1100011 1001 0 1000010 10111010 1100010 10001

Color Harmonies of #014E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E56

Black with #014E56

Text Example


Text Example

White with #014E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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