Html Css Color HEX #014E52 Sherpa Blue

📋 copy color: '#014E52'

red 1 ◦ green 78 ◦ blue 82

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

Shades of Sherpa Blue #014E52

Tints of Sherpa Blue #014E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 50.93%

R = 0.62%
G = 48.45%
B = 50.93%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#014E52 (or 0x014E52) is known color: Sherpa Blue. HEX triplet: 01, 4E and 52. RGB value is (1,78,82). Sum of RGB (Red+Green+Blue) = 1+78+82=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #014E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E52 is #FEB1AD. Grayscale: #373737. Windows color (decimal): -16691630 or 5393921. OLE color: 5393921.

HSL color Cylindrical-coordinate representation of color #014E52: hue angle of 182.96º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E52 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 78 82 -
CMYK 0.99 0.05 0 0.68
HSL 182.96º 0.98% 0.16% -
HSV(B) 182.96º 0.99% 0.32% -
XYZ 4.26 6.06 8.93 -
YUV 55.43 142.99 89.17 -
System Red Green Blue C M Y K H S L
Decimal 1 78 82 0.99 0.05 0 0.68 182.96 0.98 0.16
Hex 1 4E 52 63 5 0 44 B7 62 10
Octal 1 116 122 143 5 0 104 267 142 20
Binary 1 1001110 1010010 1100011 101 0 1000100 10110111 1100010 10000

Color Harmonies of #014E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E52

Black with #014E52

Text Example


Text Example

White with #014E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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