Html Css Color HEX #014758 Sherpa Blue

📋 copy color: '#014758'

red 1 ◦ green 71 ◦ blue 88

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

Shades of Sherpa Blue #014758

Tints of Sherpa Blue #014758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 55%

R = 0.63%
G = 44.38%
B = 55%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014758 (or 0x014758) is known color: Sherpa Blue. HEX triplet: 01, 47 and 58. RGB value is (1,71,88). Sum of RGB (Red+Green+Blue) = 1+71+88=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #014758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014758 is #FEB8A7. Grayscale: #333333. Windows color (decimal): -16693416 or 5785345. OLE color: 5785345.

HSL color Cylindrical-coordinate representation of color #014758: hue angle of 191.72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014758 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 71 88 -
CMYK 0.99 0.19 0 0.65
HSL 191.72º 0.98% 0.17% -
HSV(B) 191.72º 0.99% 0.35% -
XYZ 4.03 5.22 10.03 -
YUV 52.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 1 71 88 0.99 0.19 0 0.65 191.72 0.98 0.17
Hex 1 47 58 63 13 0 41 C0 62 11
Octal 1 107 130 143 23 0 101 300 142 21
Binary 1 1000111 1011000 1100011 10011 0 1000001 11000000 1100010 10001

Color Harmonies of #014758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014758

Black with #014758

Text Example


Text Example

White with #014758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014758; }

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

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

background-color css

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

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

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

border-color css

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

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

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