Html Css Color HEX #014950 Sherpa Blue

📋 copy color: '#014950'

red 1 ◦ green 73 ◦ blue 80

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

Shades of Sherpa Blue #014950

Tints of Sherpa Blue #014950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.4%

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

R = 0.65%
G = 47.4%
B = 51.95%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#014950 (or 0x014950) is known color: Sherpa Blue. HEX triplet: 01, 49 and 50. RGB value is (1,73,80). Sum of RGB (Red+Green+Blue) = 1+73+80=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #014950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014950 is #FEB6AF. Grayscale: #343434. Windows color (decimal): -16692912 or 5261569. OLE color: 5261569.

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

Color convert

RGB 1 73 80 -
CMYK 0.99 0.09 0 0.69
HSL 185.32º 0.98% 0.16% -
HSV(B) 185.32º 0.99% 0.31% -
XYZ 3.84 5.35 8.42 -
YUV 52.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 1 73 80 0.99 0.09 0 0.69 185.32 0.98 0.16
Hex 1 49 50 63 9 0 45 B9 62 10
Octal 1 111 120 143 11 0 105 271 142 20
Binary 1 1001001 1010000 1100011 1001 0 1000101 10111001 1100010 10000

Color Harmonies of #014950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014950

Black with #014950

Text Example


Text Example

White with #014950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014950; }

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

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

background-color css

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

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

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

border-color css

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

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

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