#01514A

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

Shades of Sherpa Blue #01514A

Tints of Sherpa Blue #01514A

Color information

#01514A (or 0x01514A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 51 and 4A. RGB value is (1,81,74). Sum of RGB (Red+Green+Blue) = 1+81+74=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #01514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01514A is #FEAEB5. Grayscale: #383838. Windows color (decimal): -16690870 or 4870401. OLE color: 4870401.

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

Color convert

RGB18174-
CMYK0.9900.090.68
HSL174.75º97.56%16.08%-
HSV(B)174.75º98.77%31.76%-
XYZ4.196.397.49-
YUV56.2813888.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 81 (32.03% from 255) = 51.92%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=0.64%
G=51.92%
B=47.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181740.9900.090.68174.7597.5616.08
Hex1514A630944af6210
Octal112111214301110425714220
Binary110100011001010110001101001100010010101111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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