Html Css Color HEX #014750 Sherpa Blue

📋 copy color: '#014750'

red 1 ◦ green 71 ◦ blue 80

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

Shades of Sherpa Blue #014750

Tints of Sherpa Blue #014750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.63%

R = 0.66%
G = 46.71%
B = 52.63%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#014750 (or 0x014750) is known color: Sherpa Blue. HEX triplet: 01, 47 and 50. RGB value is (1,71,80). Sum of RGB (Red+Green+Blue) = 1+71+80=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #014750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014750 is #FEB8AF. Grayscale: #323232. Windows color (decimal): -16693424 or 5261057. OLE color: 5261057.

HSL color Cylindrical-coordinate representation of color #014750: hue angle of 186.84º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014750 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 71 80 -
CMYK 0.99 0.11 0 0.69
HSL 186.84º 0.98% 0.16% -
HSV(B) 186.84º 0.99% 0.31% -
XYZ 3.71 5.09 8.38 -
YUV 51.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 1 71 80 0.99 0.11 0 0.69 186.84 0.98 0.16
Hex 1 47 50 63 B 0 45 BB 62 10
Octal 1 107 120 143 13 0 105 273 142 20
Binary 1 1000111 1010000 1100011 1011 0 1000101 10111011 1100010 10000

Color Harmonies of #014750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014750

Black with #014750

Text Example


Text Example

White with #014750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014750; }

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

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

background-color css

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

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

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

border-color css

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

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

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