Html Css Color HEX #014754 Sherpa Blue

📋 copy color: '#014754'

red 1 ◦ green 71 ◦ blue 84

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

Shades of Sherpa Blue #014754

Tints of Sherpa Blue #014754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.85%

R = 0.64%
G = 45.51%
B = 53.85%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014754 (or 0x014754) is known color: Sherpa Blue. HEX triplet: 01, 47 and 54. RGB value is (1,71,84). Sum of RGB (Red+Green+Blue) = 1+71+84=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #014754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014754 is #FEB8AB. Grayscale: #333333. Windows color (decimal): -16693420 or 5523201. OLE color: 5523201.

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

Color convert

RGB 1 71 84 -
CMYK 0.99 0.15 0 0.67
HSL 189.4º 0.98% 0.17% -
HSV(B) 189.4º 0.99% 0.33% -
XYZ 3.87 5.15 9.18 -
YUV 51.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 1 71 84 0.99 0.15 0 0.67 189.4 0.98 0.17
Hex 1 47 54 63 F 0 43 BD 62 11
Octal 1 107 124 143 17 0 103 275 142 21
Binary 1 1000111 1010100 1100011 1111 0 1000011 10111101 1100010 10001

Color Harmonies of #014754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014754

Black with #014754

Text Example


Text Example

White with #014754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014754; }

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

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

background-color css

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

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

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

border-color css

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

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

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