Html Css Color HEX #014C50 Sherpa Blue

📋 copy color: '#014C50'

red 1 ◦ green 76 ◦ blue 80

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

Shades of Sherpa Blue #014C50

Tints of Sherpa Blue #014C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.41%

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

R = 0.64%
G = 48.41%
B = 50.96%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#014C50 (or 0x014C50) is known color: Sherpa Blue. HEX triplet: 01, 4C and 50. RGB value is (1,76,80). Sum of RGB (Red+Green+Blue) = 1+76+80=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #014C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C50 is #FEB3AF. Grayscale: #353535. Windows color (decimal): -16692144 or 5262337. OLE color: 5262337.

HSL color Cylindrical-coordinate representation of color #014C50: hue angle of 183.04º 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 #014C50 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 76 80 -
CMYK 0.99 0.05 0 0.69
HSL 183.04º 0.98% 0.16% -
HSV(B) 183.04º 0.99% 0.31% -
XYZ 4.04 5.75 8.49 -
YUV 54.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 1 76 80 0.99 0.05 0 0.69 183.04 0.98 0.16
Hex 1 4C 50 63 5 0 45 B7 62 10
Octal 1 114 120 143 5 0 105 267 142 20
Binary 1 1001100 1010000 1100011 101 0 1000101 10110111 1100010 10000

Color Harmonies of #014C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C50

Black with #014C50

Text Example


Text Example

White with #014C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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