Html Css Color HEX #014957 Sherpa Blue

📋 copy color: '#014957'

red 1 ◦ green 73 ◦ blue 87

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

Shades of Sherpa Blue #014957

Tints of Sherpa Blue #014957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.34%

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

R = 0.62%
G = 45.34%
B = 54.04%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014957 (or 0x014957) is known color: Sherpa Blue. HEX triplet: 01, 49 and 57. RGB value is (1,73,87). Sum of RGB (Red+Green+Blue) = 1+73+87=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #014957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014957 is #FEB6A8. Grayscale: #343434. Windows color (decimal): -16692905 or 5720321. OLE color: 5720321.

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

Color convert

RGB 1 73 87 -
CMYK 0.99 0.16 0 0.66
HSL 189.77º 0.98% 0.17% -
HSV(B) 189.77º 0.99% 0.34% -
XYZ 4.12 5.46 9.85 -
YUV 53.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 1 73 87 0.99 0.16 0 0.66 189.77 0.98 0.17
Hex 1 49 57 63 10 0 42 BE 62 11
Octal 1 111 127 143 20 0 102 276 142 21
Binary 1 1001001 1010111 1100011 10000 0 1000010 10111110 1100010 10001

Color Harmonies of #014957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014957

Black with #014957

Text Example


Text Example

White with #014957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014957; }

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

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

background-color css

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

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

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

border-color css

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

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

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