Html Css Color HEX #014E5F Sherpa Blue

📋 copy color: '#014E5F'

red 1 ◦ green 78 ◦ blue 95

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

Shades of Sherpa Blue #014E5F

Tints of Sherpa Blue #014E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.83%

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

R = 0.57%
G = 44.83%
B = 54.6%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#014E5F (or 0x014E5F) is known color: Sherpa Blue. HEX triplet: 01, 4E and 5F. RGB value is (1,78,95). Sum of RGB (Red+Green+Blue) = 1+78+95=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #014E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E5F is #FEB1A0. Grayscale: #383838. Windows color (decimal): -16691617 or 6245889. OLE color: 6245889.

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

Color convert

RGB 1 78 95 -
CMYK 0.99 0.18 0 0.63
HSL 190.85º 0.98% 0.19% -
HSV(B) 190.85º 0.99% 0.37% -
XYZ 4.8 6.28 11.79 -
YUV 56.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 1 78 95 0.99 0.18 0 0.63 190.85 0.98 0.19
Hex 1 4E 5F 63 12 0 3F BF 62 13
Octal 1 116 137 143 22 0 77 277 142 23
Binary 1 1001110 1011111 1100011 10010 0 111111 10111111 1100010 10011

Color Harmonies of #014E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E5F

Black with #014E5F

Text Example


Text Example

White with #014E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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