Html Css Color HEX #014F55 Sherpa Blue

📋 copy color: '#014F55'

red 1 ◦ green 79 ◦ blue 85

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

Shades of Sherpa Blue #014F55

Tints of Sherpa Blue #014F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.88%

 BLUE value IS 85 (33.59% from 255) = 51.52%

R = 0.61%
G = 47.88%
B = 51.52%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014F55 (or 0x014F55) is known color: Sherpa Blue. HEX triplet: 01, 4F and 55. RGB value is (1,79,85). Sum of RGB (Red+Green+Blue) = 1+79+85=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #014F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F55 is #FEB0AA. Grayscale: #383838. Windows color (decimal): -16691371 or 5590785. OLE color: 5590785.

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

Color convert

RGB 1 79 85 -
CMYK 0.99 0.07 0 0.67
HSL 184.29º 0.98% 0.17% -
HSV(B) 184.29º 0.99% 0.33% -
XYZ 4.45 6.25 9.57 -
YUV 56.36 144.16 88.51 -
System Red Green Blue C M Y K H S L
Decimal 1 79 85 0.99 0.07 0 0.67 184.29 0.98 0.17
Hex 1 4F 55 63 7 0 43 B8 62 11
Octal 1 117 125 143 7 0 103 270 142 21
Binary 1 1001111 1010101 1100011 111 0 1000011 10111000 1100010 10001

Color Harmonies of #014F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F55

Black with #014F55

Text Example


Text Example

White with #014F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014F55; }

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

 H1.HeaderClassName
 {
   color: #014F55;
 }
 .AnyTagClassName
 {
   color: #014F55;
 }
</style>

background-color css

<style>
 a { background-color: #014F55; }

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

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

border-color css

<style>
 span { border-color: #014F55; }

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

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