Html Css Color HEX #014E5A Sherpa Blue

📋 copy color: '#014E5A'

red 1 ◦ green 78 ◦ blue 90

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

Shades of Sherpa Blue #014E5A

Tints of Sherpa Blue #014E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.25%

R = 0.59%
G = 46.15%
B = 53.25%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014E5A (or 0x014E5A) is known color: Sherpa Blue. HEX triplet: 01, 4E and 5A. RGB value is (1,78,90). Sum of RGB (Red+Green+Blue) = 1+78+90=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #014E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E5A is #FEB1A5. Grayscale: #383838. Windows color (decimal): -16691622 or 5918209. OLE color: 5918209.

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

Color convert

RGB 1 78 90 -
CMYK 0.99 0.13 0 0.65
HSL 188.09º 0.98% 0.18% -
HSV(B) 188.09º 0.99% 0.35% -
XYZ 4.58 6.19 10.63 -
YUV 56.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 1 78 90 0.99 0.13 0 0.65 188.09 0.98 0.18
Hex 1 4E 5A 63 D 0 41 BC 62 12
Octal 1 116 132 143 15 0 101 274 142 22
Binary 1 1001110 1011010 1100011 1101 0 1000001 10111100 1100010 10010

Color Harmonies of #014E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E5A

Black with #014E5A

Text Example


Text Example

White with #014E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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