Html Css Color HEX #014949 Sherpa Blue

📋 copy color: '#014949'

red 1 ◦ green 73 ◦ blue 73

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

Shades of Sherpa Blue #014949

Tints of Sherpa Blue #014949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 49.66%

R = 0.68%
G = 49.66%
B = 49.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#014949 (or 0x014949) is known color: Sherpa Blue. HEX triplet: 01, 49 and 49. RGB value is (1,73,73). Sum of RGB (Red+Green+Blue) = 1+73+73=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #014949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014949 is #FEB6B6. Grayscale: #333333. Windows color (decimal): -16692919 or 4802817. OLE color: 4802817.

HSL color Cylindrical-coordinate representation of color #014949: hue angle of 180º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014949 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 73 73 -
CMYK 0.99 0 0 0.71
HSL 180º 0.97% 0.15% -
HSV(B) 180º 0.99% 0.29% -
XYZ 3.6 5.25 7.13 -
YUV 51.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 1 73 73 0.99 0 0 0.71 180 0.97 0.15
Hex 1 49 49 63 0 0 47 B4 61 F
Octal 1 111 111 143 0 0 107 264 141 17
Binary 1 1001001 1001001 1100011 0 0 1000111 10110100 1100001 1111

Color Harmonies of #014949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014949

Black with #014949

Text Example


Text Example

White with #014949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014949; }

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

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

background-color css

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

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

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

border-color css

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

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

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