Html Css Color HEX #014C61 Sherpa Blue

📋 copy color: '#014C61'

red 1 ◦ green 76 ◦ blue 97

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

Shades of Sherpa Blue #014C61

Tints of Sherpa Blue #014C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 55.75%

R = 0.57%
G = 43.68%
B = 55.75%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014C61 (or 0x014C61) is known color: Sherpa Blue. HEX triplet: 01, 4C and 61. RGB value is (1,76,97). Sum of RGB (Red+Green+Blue) = 1+76+97=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #014C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C61 is #FEB39E. Grayscale: #373737. Windows color (decimal): -16692127 or 6376449. OLE color: 6376449.

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

Color convert

RGB 1 76 97 -
CMYK 0.99 0.22 0 0.62
HSL 193.13º 0.98% 0.19% -
HSV(B) 193.13º 0.99% 0.38% -
XYZ 4.75 6.04 12.22 -
YUV 55.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 1 76 97 0.99 0.22 0 0.62 193.13 0.98 0.19
Hex 1 4C 61 63 16 0 3E C1 62 13
Octal 1 114 141 143 26 0 76 301 142 23
Binary 1 1001100 1100001 1100011 10110 0 111110 11000001 1100010 10011

Color Harmonies of #014C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C61

Black with #014C61

Text Example


Text Example

White with #014C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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