Html Css Color HEX #01474F Sherpa Blue

📋 copy color: '#01474F'

red 1 ◦ green 71 ◦ blue 79

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

Shades of Sherpa Blue #01474F

Tints of Sherpa Blue #01474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 0.66%
G = 47.02%
B = 52.32%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01474F (or 0x01474F) is known color: Sherpa Blue. HEX triplet: 01, 47 and 4F. RGB value is (1,71,79). Sum of RGB (Red+Green+Blue) = 1+71+79=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #01474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01474F is #FEB8B0. Grayscale: #323232. Windows color (decimal): -16693425 or 5195521. OLE color: 5195521.

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

Color convert

RGB 1 71 79 -
CMYK 0.99 0.10 0 0.69
HSL 186.15º 0.98% 0.16% -
HSV(B) 186.15º 0.99% 0.31% -
XYZ 3.68 5.08 8.18 -
YUV 50.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 1 71 79 0.99 0.10 0 0.69 186.15 0.98 0.16
Hex 1 47 4F 63 A 0 45 BA 62 10
Octal 1 107 117 143 12 0 105 272 142 20
Binary 1 1000111 1001111 1100011 1010 0 1000101 10111010 1100010 10000

Color Harmonies of #01474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01474F

Black with #01474F

Text Example


Text Example

White with #01474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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