Html Css Color HEX #014956 Sherpa Blue

📋 copy color: '#014956'

red 1 ◦ green 73 ◦ blue 86

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

Shades of Sherpa Blue #014956

Tints of Sherpa Blue #014956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 53.75%

R = 0.63%
G = 45.63%
B = 53.75%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014956 (or 0x014956) is known color: Sherpa Blue. HEX triplet: 01, 49 and 56. RGB value is (1,73,86). Sum of RGB (Red+Green+Blue) = 1+73+86=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #014956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014956 is #FEB6A9. Grayscale: #343434. Windows color (decimal): -16692906 or 5654785. OLE color: 5654785.

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

Color convert

RGB 1 73 86 -
CMYK 0.99 0.15 0 0.66
HSL 189.18º 0.98% 0.17% -
HSV(B) 189.18º 0.99% 0.34% -
XYZ 4.07 5.44 9.64 -
YUV 52.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 1 73 86 0.99 0.15 0 0.66 189.18 0.98 0.17
Hex 1 49 56 63 F 0 42 BD 62 11
Octal 1 111 126 143 17 0 102 275 142 21
Binary 1 1001001 1010110 1100011 1111 0 1000010 10111101 1100010 10001

Color Harmonies of #014956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014956

Black with #014956

Text Example


Text Example

White with #014956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014956; }

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

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

background-color css

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

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

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

border-color css

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

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

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