Html Css Color HEX #014A50 Sherpa Blue

📋 copy color: '#014A50'

red 1 ◦ green 74 ◦ blue 80

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

Shades of Sherpa Blue #014A50

Tints of Sherpa Blue #014A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.74%

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

R = 0.65%
G = 47.74%
B = 51.61%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#014A50 (or 0x014A50) is known color: Sherpa Blue. HEX triplet: 01, 4A and 50. RGB value is (1,74,80). Sum of RGB (Red+Green+Blue) = 1+74+80=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #014A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A50 is #FEB5AF. Grayscale: #343434. Windows color (decimal): -16692656 or 5261825. OLE color: 5261825.

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

Color convert

RGB 1 74 80 -
CMYK 0.99 0.08 0 0.69
HSL 184.56º 0.98% 0.16% -
HSV(B) 184.56º 0.99% 0.31% -
XYZ 3.91 5.48 8.44 -
YUV 52.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 1 74 80 0.99 0.08 0 0.69 184.56 0.98 0.16
Hex 1 4A 50 63 8 0 45 B9 62 10
Octal 1 112 120 143 10 0 105 271 142 20
Binary 1 1001010 1010000 1100011 1000 0 1000101 10111001 1100010 10000

Color Harmonies of #014A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A50

Black with #014A50

Text Example


Text Example

White with #014A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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