Html Css Color HEX #01544A Sherpa Blue

📋 copy color: '#01544A'

red 1 ◦ green 84 ◦ blue 74

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

Shades of Sherpa Blue #01544A

Tints of Sherpa Blue #01544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.83%

 BLUE value IS 74 (29.3% from 255) = 46.54%

R = 0.63%
G = 52.83%
B = 46.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#01544A (or 0x01544A) is known color: Sherpa Blue. HEX triplet: 01, 54 and 4A. RGB value is (1,84,74). Sum of RGB (Red+Green+Blue) = 1+84+74=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #01544A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01544A is #FEABB5. Grayscale: #393939. Windows color (decimal): -16690102 or 4871169. OLE color: 4871169.

HSL color Cylindrical-coordinate representation of color #01544A: hue angle of 172.77º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01544A is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 74 -
CMYK 0.99 0 0.12 0.67
HSL 172.77º 0.98% 0.17% -
HSV(B) 172.77º 0.99% 0.33% -
XYZ 4.42 6.84 7.57 -
YUV 58.04 137 87.31 -
System Red Green Blue C M Y K H S L
Decimal 1 84 74 0.99 0 0.12 0.67 172.77 0.98 0.17
Hex 1 54 4A 63 0 C 43 AD 62 11
Octal 1 124 112 143 0 14 103 255 142 21
Binary 1 1010100 1001010 1100011 0 1100 1000011 10101101 1100010 10001

Color Harmonies of #01544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01544A

Black with #01544A

Text Example


Text Example

White with #01544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01544A; }

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

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

background-color css

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

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

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

border-color css

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

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

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