Html Css Color HEX #01544C Sherpa Blue

📋 copy color: '#01544C'

red 1 ◦ green 84 ◦ blue 76

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

Shades of Sherpa Blue #01544C

Tints of Sherpa Blue #01544C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 0.62%
G = 52.17%
B = 47.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#01544C (or 0x01544C) is known color: Sherpa Blue. HEX triplet: 01, 54 and 4C. RGB value is (1,84,76). Sum of RGB (Red+Green+Blue) = 1+84+76=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #01544C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01544C is #FEABB3. Grayscale: #3A3A3A. Windows color (decimal): -16690100 or 5002241. OLE color: 5002241.

HSL color Cylindrical-coordinate representation of color #01544C: hue angle of 174.22º 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 #01544C is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 76 -
CMYK 0.99 0 0.10 0.67
HSL 174.22º 0.98% 0.17% -
HSV(B) 174.22º 0.99% 0.33% -
XYZ 4.49 6.87 7.93 -
YUV 58.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 1 84 76 0.99 0 0.10 0.67 174.22 0.98 0.17
Hex 1 54 4C 63 0 A 43 AE 62 11
Octal 1 124 114 143 0 12 103 256 142 21
Binary 1 1010100 1001100 1100011 0 1010 1000011 10101110 1100010 10001

Color Harmonies of #01544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01544C

Black with #01544C

Text Example


Text Example

White with #01544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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