#014551

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

Shades of Sherpa Blue #014551

Tints of Sherpa Blue #014551

Color information

#014551 (or 0x014551) is unknown color: approx Sherpa Blue. HEX triplet: 01, 45 and 51. RGB value is (1,69,81). Sum of RGB (Red+Green+Blue) = 1+69+81=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #014551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014551 is #FEBAAE. Grayscale: #313131. Windows color (decimal): -16693935 or 5326081. OLE color: 5326081.

HSL color Cylindrical-coordinate representation of color #014551: hue angle of 189º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014551 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB16981-
CMYK0.990.1500.68
HSL189º97.56%16.08%-
HSV(B)189º98.77%31.76%-
XYZ3.634.868.53-
YUV50.04145.4793.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=0.66%
G=45.70%
B=53.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal169810.990.1500.6818997.5616.08
Hex1455163F044bd6210
Octal110512114317010427514220
Binary110001011010001110001111110100010010111101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014551; }

 p { color: rgb(1,69,81); }

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

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

 a { background-color: rgb(1,69,81); }

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

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

 span { border-color: rgb(1,69,81); }

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