Html Css Color HEX #015049 Sherpa Blue

📋 copy color: '#015049'

red 1 ◦ green 80 ◦ blue 73

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

Shades of Sherpa Blue #015049

Tints of Sherpa Blue #015049

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#015049 (or 0x015049) is known color: Sherpa Blue. HEX triplet: 01, 50 and 49. RGB value is (1,80,73). Sum of RGB (Red+Green+Blue) = 1+80+73=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #015049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015049 is #FEAFB6. Grayscale: #373737. Windows color (decimal): -16691127 or 4804609. OLE color: 4804609.

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

Color convert

RGB 1 80 73 -
CMYK 0.99 0 0.09 0.69
HSL 174.68º 0.98% 0.16% -
HSV(B) 174.68º 0.99% 0.31% -
XYZ 4.08 6.22 7.29 -
YUV 55.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 1 80 73 0.99 0 0.09 0.69 174.68 0.98 0.16
Hex 1 50 49 63 0 9 45 AF 62 10
Octal 1 120 111 143 0 11 105 257 142 20
Binary 1 1010000 1001001 1100011 0 1001 1000101 10101111 1100010 10000

Color Harmonies of #015049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015049

Black with #015049

Text Example


Text Example

White with #015049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015049; }

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

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

background-color css

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

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

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

border-color css

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

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

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