Html Css Color HEX #014E5B Sherpa Blue

📋 copy color: '#014E5B'

red 1 ◦ green 78 ◦ blue 91

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

Shades of Sherpa Blue #014E5B

Tints of Sherpa Blue #014E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.53%

R = 0.59%
G = 45.88%
B = 53.53%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#014E5B (or 0x014E5B) is known color: Sherpa Blue. HEX triplet: 01, 4E and 5B. RGB value is (1,78,91). Sum of RGB (Red+Green+Blue) = 1+78+91=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #014E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E5B is #FEB1A4. Grayscale: #383838. Windows color (decimal): -16691621 or 5983745. OLE color: 5983745.

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

Color convert

RGB 1 78 91 -
CMYK 0.99 0.14 0 0.64
HSL 188.67º 0.98% 0.18% -
HSV(B) 188.67º 0.99% 0.36% -
XYZ 4.63 6.21 10.85 -
YUV 56.46 147.49 88.44 -
System Red Green Blue C M Y K H S L
Decimal 1 78 91 0.99 0.14 0 0.64 188.67 0.98 0.18
Hex 1 4E 5B 63 E 0 40 BD 62 12
Octal 1 116 133 143 16 0 100 275 142 22
Binary 1 1001110 1011011 1100011 1110 0 1000000 10111101 1100010 10010

Color Harmonies of #014E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E5B

Black with #014E5B

Text Example


Text Example

White with #014E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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