Html Css Color HEX #014857 Sherpa Blue

📋 copy color: '#014857'

red 1 ◦ green 72 ◦ blue 87

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

Shades of Sherpa Blue #014857

Tints of Sherpa Blue #014857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

 BLUE value IS 87 (34.38% from 255) = 54.38%

R = 0.63%
G = 45%
B = 54.38%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014857 (or 0x014857) is known color: Sherpa Blue. HEX triplet: 01, 48 and 57. RGB value is (1,72,87). Sum of RGB (Red+Green+Blue) = 1+72+87=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #014857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014857 is #FEB7A8. Grayscale: #343434. Windows color (decimal): -16693161 or 5720065. OLE color: 5720065.

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

Color convert

RGB 1 72 87 -
CMYK 0.99 0.17 0 0.66
HSL 190.47º 0.98% 0.17% -
HSV(B) 190.47º 0.99% 0.34% -
XYZ 4.05 5.33 9.83 -
YUV 52.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 1 72 87 0.99 0.17 0 0.66 190.47 0.98 0.17
Hex 1 48 57 63 11 0 42 BE 62 11
Octal 1 110 127 143 21 0 102 276 142 21
Binary 1 1001000 1010111 1100011 10001 0 1000010 10111110 1100010 10001

Color Harmonies of #014857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014857

Black with #014857

Text Example


Text Example

White with #014857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014857; }

 p { color: rgb(1,72,87); }

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

background-color css

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

 a { background-color: rgb(1,72,87); }

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

border-color css

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

 span { border-color: rgb(1,72,87); }

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