#014B5F

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

Shades of Sherpa Blue #014B5F

Tints of Sherpa Blue #014B5F

Color information

#014B5F (or 0x014B5F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4B and 5F. RGB value is (1,75,95). Sum of RGB (Red+Green+Blue) = 1+75+95=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #014B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B5F is #FEB4A0. Grayscale: #373737. Windows color (decimal): -16692385 or 6245121. OLE color: 6245121.

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

Color convert

RGB17595-
CMYK0.990.2100.63
HSL192.77º97.92%18.82%-
HSV(B)192.77º98.95%37.25%-
XYZ4.595.8611.72-
YUV55.15150.4889.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=0.58%
G=43.86%
B=55.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal175950.990.2100.63192.7797.9218.82
Hex14B5F631503Fc16213
Octal11131371432507730114223
Binary110010111011111110001110101011111111000001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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