Html Css Color HEX #014E62 Sherpa Blue

📋 copy color: '#014E62'

red 1 ◦ green 78 ◦ blue 98

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

Shades of Sherpa Blue #014E62

Tints of Sherpa Blue #014E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 55.37%

R = 0.56%
G = 44.07%
B = 55.37%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014E62 (or 0x014E62) is known color: Sherpa Blue. HEX triplet: 01, 4E and 62. RGB value is (1,78,98). Sum of RGB (Red+Green+Blue) = 1+78+98=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #014E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E62 is #FEB19D. Grayscale: #393939. Windows color (decimal): -16691614 or 6442497. OLE color: 6442497.

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

Color convert

RGB 1 78 98 -
CMYK 0.99 0.20 0 0.62
HSL 192.37º 0.98% 0.19% -
HSV(B) 192.37º 0.99% 0.38% -
XYZ 4.94 6.34 12.52 -
YUV 57.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 1 78 98 0.99 0.20 0 0.62 192.37 0.98 0.19
Hex 1 4E 62 63 14 0 3E C0 62 13
Octal 1 116 142 143 24 0 76 300 142 23
Binary 1 1001110 1100010 1100011 10100 0 111110 11000000 1100010 10011

Color Harmonies of #014E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E62

Black with #014E62

Text Example


Text Example

White with #014E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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