Html Css Color HEX #014647 Sherpa Blue

📋 copy color: '#014647'

red 1 ◦ green 70 ◦ blue 71

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

Shades of Sherpa Blue #014647

Tints of Sherpa Blue #014647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 50%

R = 0.7%
G = 49.3%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014647 (or 0x014647) is known color: Sherpa Blue. HEX triplet: 01, 46 and 47. RGB value is (1,70,71). Sum of RGB (Red+Green+Blue) = 1+70+71=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #014647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014647 is #FEB9B8. Grayscale: #313131. Windows color (decimal): -16693689 or 4670977. OLE color: 4670977.

HSL color Cylindrical-coordinate representation of color #014647: hue angle of 180.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014647 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 70 71 -
CMYK 0.99 0.01 0 0.72
HSL 180.86º 0.97% 0.14% -
HSV(B) 180.86º 0.99% 0.28% -
XYZ 3.34 4.84 6.72 -
YUV 49.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 1 70 71 0.99 0.01 0 0.72 180.86 0.97 0.14
Hex 1 46 47 63 1 0 48 B5 61 E
Octal 1 106 107 143 1 0 110 265 141 16
Binary 1 1000110 1000111 1100011 1 0 1001000 10110101 1100001 1110

Color Harmonies of #014647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014647

Black with #014647

Text Example


Text Example

White with #014647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014647; }

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

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

background-color css

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

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

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

border-color css

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

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

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