Html Css Color HEX #014C5F Sherpa Blue

📋 copy color: '#014C5F'

red 1 ◦ green 76 ◦ blue 95

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

Shades of Sherpa Blue #014C5F

Tints of Sherpa Blue #014C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.23%

R = 0.58%
G = 44.19%
B = 55.23%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#014C5F (or 0x014C5F) is known color: Sherpa Blue. HEX triplet: 01, 4C and 5F. RGB value is (1,76,95). Sum of RGB (Red+Green+Blue) = 1+76+95=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #014C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C5F is #FEB3A0. Grayscale: #373737. Windows color (decimal): -16692129 or 6245377. OLE color: 6245377.

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

Color convert

RGB 1 76 95 -
CMYK 0.99 0.20 0 0.63
HSL 192.13º 0.98% 0.19% -
HSV(B) 192.13º 0.99% 0.37% -
XYZ 4.66 6 11.74 -
YUV 55.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 1 76 95 0.99 0.20 0 0.63 192.13 0.98 0.19
Hex 1 4C 5F 63 14 0 3F C0 62 13
Octal 1 114 137 143 24 0 77 300 142 23
Binary 1 1001100 1011111 1100011 10100 0 111111 11000000 1100010 10011

Color Harmonies of #014C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C5F

Black with #014C5F

Text Example


Text Example

White with #014C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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