Html Css Color HEX #014D5B Sherpa Blue

📋 copy color: '#014D5B'

red 1 ◦ green 77 ◦ blue 91

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

Shades of Sherpa Blue #014D5B

Tints of Sherpa Blue #014D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.56%

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

R = 0.59%
G = 45.56%
B = 53.85%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#014D5B (or 0x014D5B) is known color: Sherpa Blue. HEX triplet: 01, 4D and 5B. RGB value is (1,77,91). Sum of RGB (Red+Green+Blue) = 1+77+91=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #014D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D5B is #FEB2A4. Grayscale: #373737. Windows color (decimal): -16691877 or 5983489. OLE color: 5983489.

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

Color convert

RGB 1 77 91 -
CMYK 0.99 0.15 0 0.64
HSL 189.33º 0.98% 0.18% -
HSV(B) 189.33º 0.99% 0.36% -
XYZ 4.55 6.07 10.83 -
YUV 55.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 1 77 91 0.99 0.15 0 0.64 189.33 0.98 0.18
Hex 1 4D 5B 63 F 0 40 BD 62 12
Octal 1 115 133 143 17 0 100 275 142 22
Binary 1 1001101 1011011 1100011 1111 0 1000000 10111101 1100010 10010

Color Harmonies of #014D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D5B

Black with #014D5B

Text Example


Text Example

White with #014D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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