Html Css Color HEX #014656 Sherpa Blue

📋 copy color: '#014656'

red 1 ◦ green 70 ◦ blue 86

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

Shades of Sherpa Blue #014656

Tints of Sherpa Blue #014656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 0.64%
G = 44.59%
B = 54.78%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014656 (or 0x014656) is known color: Sherpa Blue. HEX triplet: 01, 46 and 56. RGB value is (1,70,86). Sum of RGB (Red+Green+Blue) = 1+70+86=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #014656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014656 is #FEB9A9. Grayscale: #333333. Windows color (decimal): -16693674 or 5654017. OLE color: 5654017.

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

Color convert

RGB 1 70 86 -
CMYK 0.99 0.19 0 0.66
HSL 191.29º 0.98% 0.17% -
HSV(B) 191.29º 0.99% 0.34% -
XYZ 3.88 5.06 9.58 -
YUV 51.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 1 70 86 0.99 0.19 0 0.66 191.29 0.98 0.17
Hex 1 46 56 63 13 0 42 BF 62 11
Octal 1 106 126 143 23 0 102 277 142 21
Binary 1 1000110 1010110 1100011 10011 0 1000010 10111111 1100010 10001

Color Harmonies of #014656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014656

Black with #014656

Text Example


Text Example

White with #014656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014656; }

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

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

background-color css

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

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

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

border-color css

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

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

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