#01514D

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

Shades of Sherpa Blue #01514D

Tints of Sherpa Blue #01514D

Color information

#01514D (or 0x01514D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 51 and 4D. RGB value is (1,81,77). Sum of RGB (Red+Green+Blue) = 1+81+77=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #01514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01514D is #FEAEB2. Grayscale: #383838. Windows color (decimal): -16690867 or 5067009. OLE color: 5067009.

HSL color Cylindrical-coordinate representation of color #01514D: hue angle of 177º 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 #01514D is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB18177-
CMYK0.9900.050.68
HSL177º97.56%16.08%-
HSV(B)177º98.77%31.76%-
XYZ4.296.438.04-
YUV56.62139.588.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=0.63%
G=50.94%
B=48.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181770.9900.050.6817797.5616.08
Hex1514D630544b16210
Octal11211151430510426114220
Binary11010001100110111000110101100010010110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01514D; }

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

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

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

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

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

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

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

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