Html Css Color HEX #014C56 Sherpa Blue

📋 copy color: '#014C56'

red 1 ◦ green 76 ◦ blue 86

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

Shades of Sherpa Blue #014C56

Tints of Sherpa Blue #014C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.63%

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

R = 0.61%
G = 46.63%
B = 52.76%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014C56 (or 0x014C56) is known color: Sherpa Blue. HEX triplet: 01, 4C and 56. RGB value is (1,76,86). Sum of RGB (Red+Green+Blue) = 1+76+86=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #014C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C56 is #FEB3A9. Grayscale: #363636. Windows color (decimal): -16692138 or 5655553. OLE color: 5655553.

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

Color convert

RGB 1 76 86 -
CMYK 0.99 0.12 0 0.66
HSL 187.06º 0.98% 0.17% -
HSV(B) 187.06º 0.99% 0.34% -
XYZ 4.28 5.85 9.71 -
YUV 54.72 145.65 89.69 -
System Red Green Blue C M Y K H S L
Decimal 1 76 86 0.99 0.12 0 0.66 187.06 0.98 0.17
Hex 1 4C 56 63 C 0 42 BB 62 11
Octal 1 114 126 143 14 0 102 273 142 21
Binary 1 1001100 1010110 1100011 1100 0 1000010 10111011 1100010 10001

Color Harmonies of #014C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C56

Black with #014C56

Text Example


Text Example

White with #014C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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