Html Css Color HEX #014746 Sherpa Blue

📋 copy color: '#014746'

red 1 ◦ green 71 ◦ blue 70

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

Shades of Sherpa Blue #014746

Tints of Sherpa Blue #014746

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

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

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

Color convert

RGB 1 71 70 -
CMYK 0.99 0 0.01 0.72
HSL 179.14º 0.97% 0.14% -
HSV(B) 179.14º 0.99% 0.28% -
XYZ 3.37 4.96 6.57 -
YUV 49.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 1 71 70 0.99 0 0.01 0.72 179.14 0.97 0.14
Hex 1 47 46 63 0 1 48 B3 61 E
Octal 1 107 106 143 0 1 110 263 141 16
Binary 1 1000111 1000110 1100011 0 1 1001000 10110011 1100001 1110

Color Harmonies of #014746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014746

Black with #014746

Text Example


Text Example

White with #014746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014746; }

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

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

background-color css

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

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

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

border-color css

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

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

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