#014B5D

Color #014B5D Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #014B5D

Tints of Sherpa Blue #014B5D

Color information

#014B5D (or 0x014B5D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4B and 5D. RGB value is (1,75,93). Sum of RGB (Red+Green+Blue) = 1+75+93=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #014B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B5D is #FEB4A2. Grayscale: #363636. Windows color (decimal): -16692387 or 6114049. OLE color: 6114049.

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

Color convert

RGB17593-
CMYK0.990.1900.64
HSL191.74º97.87%18.43%-
HSV(B)191.74º98.92%36.47%-
XYZ4.55.8311.24-
YUV54.93149.4889.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=0.59%
G=44.38%
B=55.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal175930.990.1900.64191.7497.8718.43
Hex14B5D6313040c06212
Octal111313514323010030014222
Binary1100101110111011100011100110100000011000000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,75,93); }

 H1.HeaderClassName
 {
   color: #014B5D;
 }
 .AnyTagClassName
 {
   color: #014B5D;
 }
</style>
background-color css

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

 a { background-color: rgb(1,75,93); }

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

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

 span { border-color: rgb(1,75,93); }

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