Html Css Color HEX #014C60 Sherpa Blue

📋 copy color: '#014C60'

red 1 ◦ green 76 ◦ blue 96

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

Shades of Sherpa Blue #014C60

Tints of Sherpa Blue #014C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 55.49%

R = 0.58%
G = 43.93%
B = 55.49%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014C60 (or 0x014C60) is known color: Sherpa Blue. HEX triplet: 01, 4C and 60. RGB value is (1,76,96). Sum of RGB (Red+Green+Blue) = 1+76+96=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #014C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C60 is #FEB39F. Grayscale: #373737. Windows color (decimal): -16692128 or 6310913. OLE color: 6310913.

HSL color Cylindrical-coordinate representation of color #014C60: hue angle of 192.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C60 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 76 96 -
CMYK 0.99 0.21 0 0.62
HSL 192.63º 0.98% 0.19% -
HSV(B) 192.63º 0.99% 0.38% -
XYZ 4.71 6.02 11.98 -
YUV 55.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 1 76 96 0.99 0.21 0 0.62 192.63 0.98 0.19
Hex 1 4C 60 63 15 0 3E C1 62 13
Octal 1 114 140 143 25 0 76 301 142 23
Binary 1 1001100 1100000 1100011 10101 0 111110 11000001 1100010 10011

Color Harmonies of #014C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C60

Black with #014C60

Text Example


Text Example

White with #014C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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