#014B5B

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

Shades of Sherpa Blue #014B5B

Tints of Sherpa Blue #014B5B

Color information

#014B5B (or 0x014B5B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4B and 5B. RGB value is (1,75,91). Sum of RGB (Red+Green+Blue) = 1+75+91=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #014B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B5B is #FEB4A4. Grayscale: #363636. Windows color (decimal): -16692389 or 5982977. OLE color: 5982977.

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

Color convert

RGB17591-
CMYK0.990.1800.64
HSL190.67º97.83%18.04%-
HSV(B)190.67º98.9%35.69%-
XYZ4.425.7910.78-
YUV54.7148.4889.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=0.60%
G=44.91%
B=54.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal175910.990.1800.64190.6797.8318.04
Hex14B5B6312040bf6212
Octal111313314322010027714222
Binary1100101110110111100011100100100000010111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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