Html Css Color HEX #01504D Sherpa Blue

📋 copy color: '#01504D'

red 1 ◦ green 80 ◦ blue 77

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

Shades of Sherpa Blue #01504D

Tints of Sherpa Blue #01504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 48.73%

R = 0.63%
G = 50.63%
B = 48.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#01504D (or 0x01504D) is known color: Sherpa Blue. HEX triplet: 01, 50 and 4D. RGB value is (1,80,77). Sum of RGB (Red+Green+Blue) = 1+80+77=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #01504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01504D is #FEAFB2. Grayscale: #373737. Windows color (decimal): -16691123 or 5066753. OLE color: 5066753.

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

Color convert

RGB 1 80 77 -
CMYK 0.99 0 0.04 0.69
HSL 177.72º 0.98% 0.16% -
HSV(B) 177.72º 0.99% 0.31% -
XYZ 4.22 6.28 8.01 -
YUV 56.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 1 80 77 0.99 0 0.04 0.69 177.72 0.98 0.16
Hex 1 50 4D 63 0 4 45 B2 62 10
Octal 1 120 115 143 0 4 105 262 142 20
Binary 1 1010000 1001101 1100011 0 100 1000101 10110010 1100010 10000

Color Harmonies of #01504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01504D

Black with #01504D

Text Example


Text Example

White with #01504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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