Html Css Color HEX #01474C Sherpa Blue

📋 copy color: '#01474C'

red 1 ◦ green 71 ◦ blue 76

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

Shades of Sherpa Blue #01474C

Tints of Sherpa Blue #01474C

RGB

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

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

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

R = 0.68%
G = 47.97%
B = 51.35%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01474C (or 0x01474C) is known color: Sherpa Blue. HEX triplet: 01, 47 and 4C. RGB value is (1,71,76). Sum of RGB (Red+Green+Blue) = 1+71+76=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #01474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01474C is #FEB8B3. Grayscale: #323232. Windows color (decimal): -16693428 or 4998913. OLE color: 4998913.

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

Color convert

RGB 1 71 76 -
CMYK 0.99 0.07 0 0.70
HSL 184º 0.97% 0.15% -
HSV(B) 184º 0.99% 0.3% -
XYZ 3.57 5.03 7.62 -
YUV 50.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 1 71 76 0.99 0.07 0 0.70 184 0.97 0.15
Hex 1 47 4C 63 7 0 46 B8 61 F
Octal 1 107 114 143 7 0 106 270 141 17
Binary 1 1000111 1001100 1100011 111 0 1000110 10111000 1100001 1111

Color Harmonies of #01474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01474C

Black with #01474C

Text Example


Text Example

White with #01474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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