Html Css Color HEX #01474D Sherpa Blue

📋 copy color: '#01474D'

red 1 ◦ green 71 ◦ blue 77

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

Shades of Sherpa Blue #01474D

Tints of Sherpa Blue #01474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.65%

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

R = 0.67%
G = 47.65%
B = 51.68%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01474D (or 0x01474D) is known color: Sherpa Blue. HEX triplet: 01, 47 and 4D. RGB value is (1,71,77). Sum of RGB (Red+Green+Blue) = 1+71+77=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #01474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01474D is #FEB8B2. Grayscale: #323232. Windows color (decimal): -16693427 or 5064449. OLE color: 5064449.

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

Color convert

RGB 1 71 77 -
CMYK 0.99 0.08 0 0.70
HSL 184.74º 0.97% 0.15% -
HSV(B) 184.74º 0.99% 0.3% -
XYZ 3.61 5.05 7.81 -
YUV 50.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 1 71 77 0.99 0.08 0 0.70 184.74 0.97 0.15
Hex 1 47 4D 63 8 0 46 B9 61 F
Octal 1 107 115 143 10 0 106 271 141 17
Binary 1 1000111 1001101 1100011 1000 0 1000110 10111001 1100001 1111

Color Harmonies of #01474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01474D

Black with #01474D

Text Example


Text Example

White with #01474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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