Html Css Color HEX #014856 Sherpa Blue

📋 copy color: '#014856'

red 1 ◦ green 72 ◦ blue 86

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

Shades of Sherpa Blue #014856

Tints of Sherpa Blue #014856

RGB

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

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

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

R = 0.63%
G = 45.28%
B = 54.09%

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

#014856 (or 0x014856) is known color: Sherpa Blue. HEX triplet: 01, 48 and 56. RGB value is (1,72,86). Sum of RGB (Red+Green+Blue) = 1+72+86=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #014856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014856 is #FEB7A9. Grayscale: #343434. Windows color (decimal): -16693162 or 5654529. OLE color: 5654529.

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

Color convert

RGB 1 72 86 -
CMYK 0.99 0.16 0 0.66
HSL 189.88º 0.98% 0.17% -
HSV(B) 189.88º 0.99% 0.34% -
XYZ 4.01 5.31 9.62 -
YUV 52.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 1 72 86 0.99 0.16 0 0.66 189.88 0.98 0.17
Hex 1 48 56 63 10 0 42 BE 62 11
Octal 1 110 126 143 20 0 102 276 142 21
Binary 1 1001000 1010110 1100011 10000 0 1000010 10111110 1100010 10001

Color Harmonies of #014856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014856

Black with #014856

Text Example


Text Example

White with #014856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014856; }

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

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

background-color css

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

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

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

border-color css

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

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

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