Html Css Color HEX #014657 Sherpa Blue

📋 copy color: '#014657'

red 1 ◦ green 70 ◦ blue 87

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

Shades of Sherpa Blue #014657

Tints of Sherpa Blue #014657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 55.06%

R = 0.63%
G = 44.3%
B = 55.06%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014657 (or 0x014657) is known color: Sherpa Blue. HEX triplet: 01, 46 and 57. RGB value is (1,70,87). Sum of RGB (Red+Green+Blue) = 1+70+87=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #014657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014657 is #FEB9A8. Grayscale: #333333. Windows color (decimal): -16693673 or 5719553. OLE color: 5719553.

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

Color convert

RGB 1 70 87 -
CMYK 0.99 0.20 0 0.66
HSL 191.86º 0.98% 0.17% -
HSV(B) 191.86º 0.99% 0.34% -
XYZ 3.92 5.07 9.79 -
YUV 51.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 1 70 87 0.99 0.20 0 0.66 191.86 0.98 0.17
Hex 1 46 57 63 14 0 42 C0 62 11
Octal 1 106 127 143 24 0 102 300 142 21
Binary 1 1000110 1010111 1100011 10100 0 1000010 11000000 1100010 10001

Color Harmonies of #014657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014657

Black with #014657

Text Example


Text Example

White with #014657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014657; }

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

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

background-color css

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

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

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

border-color css

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

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

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