#014B5A

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

Shades of Sherpa Blue #014B5A

Tints of Sherpa Blue #014B5A

Color information

#014B5A (or 0x014B5A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4B and 5A. RGB value is (1,75,90). Sum of RGB (Red+Green+Blue) = 1+75+90=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #014B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B5A is #FEB4A5. Grayscale: #363636. Windows color (decimal): -16692390 or 5917441. OLE color: 5917441.

HSL color Cylindrical-coordinate representation of color #014B5A: hue angle of 190.11º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B5A is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB17590-
CMYK0.990.1700.65
HSL190.11º97.8%17.84%-
HSV(B)190.11º98.89%35.29%-
XYZ4.375.7810.56-
YUV54.58147.9889.78-

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) = 45.18%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=0.60%
G=45.18%
B=54.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal175900.990.1700.65190.1197.817.84
Hex14B5A6311041be6212
Octal111313214321010127614222
Binary1100101110110101100011100010100000110111110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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