Html Css Color HEX #014756 Sherpa Blue

📋 copy color: '#014756'

red 1 ◦ green 71 ◦ blue 86

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

Shades of Sherpa Blue #014756

Tints of Sherpa Blue #014756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.94%

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

R = 0.63%
G = 44.94%
B = 54.43%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014756 (or 0x014756) is known color: Sherpa Blue. HEX triplet: 01, 47 and 56. RGB value is (1,71,86). Sum of RGB (Red+Green+Blue) = 1+71+86=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #014756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014756 is #FEB8A9. Grayscale: #333333. Windows color (decimal): -16693418 or 5654273. OLE color: 5654273.

HSL color Cylindrical-coordinate representation of color #014756: hue angle of 190.59º 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 #014756 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 71 86 -
CMYK 0.99 0.17 0 0.66
HSL 190.59º 0.98% 0.17% -
HSV(B) 190.59º 0.99% 0.34% -
XYZ 3.95 5.18 9.6 -
YUV 51.78 147.31 91.78 -
System Red Green Blue C M Y K H S L
Decimal 1 71 86 0.99 0.17 0 0.66 190.59 0.98 0.17
Hex 1 47 56 63 11 0 42 BF 62 11
Octal 1 107 126 143 21 0 102 277 142 21
Binary 1 1000111 1010110 1100011 10001 0 1000010 10111111 1100010 10001

Color Harmonies of #014756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014756

Black with #014756

Text Example


Text Example

White with #014756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014756; }

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

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

background-color css

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

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

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

border-color css

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

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

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