Html Css Color HEX #014C5D Sherpa Blue

📋 copy color: '#014C5D'

red 1 ◦ green 76 ◦ blue 93

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

Shades of Sherpa Blue #014C5D

Tints of Sherpa Blue #014C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 54.71%

R = 0.59%
G = 44.71%
B = 54.71%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#014C5D (or 0x014C5D) is known color: Sherpa Blue. HEX triplet: 01, 4C and 5D. RGB value is (1,76,93). Sum of RGB (Red+Green+Blue) = 1+76+93=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #014C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C5D is #FEB3A2. Grayscale: #373737. Windows color (decimal): -16692131 or 6114305. OLE color: 6114305.

HSL color Cylindrical-coordinate representation of color #014C5D: hue angle of 191.09º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C5D is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 76 93 -
CMYK 0.99 0.18 0 0.64
HSL 191.09º 0.98% 0.18% -
HSV(B) 191.09º 0.99% 0.36% -
XYZ 4.57 5.97 11.27 -
YUV 55.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 1 76 93 0.99 0.18 0 0.64 191.09 0.98 0.18
Hex 1 4C 5D 63 12 0 40 BF 62 12
Octal 1 114 135 143 22 0 100 277 142 22
Binary 1 1001100 1011101 1100011 10010 0 1000000 10111111 1100010 10010

Color Harmonies of #014C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C5D

Black with #014C5D

Text Example


Text Example

White with #014C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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