#01464C

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

Shades of Sherpa Blue #01464C

Tints of Sherpa Blue #01464C

Color information

#01464C (or 0x01464C) is unknown color: approx Sherpa Blue. HEX triplet: 01, 46 and 4C. RGB value is (1,70,76). Sum of RGB (Red+Green+Blue) = 1+70+76=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #01464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01464C is #FEB9B3. Grayscale: #313131. Windows color (decimal): -16693684 or 4998657. OLE color: 4998657.

HSL color Cylindrical-coordinate representation of color #01464C: hue angle of 184.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01464C is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB17076-
CMYK0.990.0800.70
HSL184.8º97.4%15.1%-
HSV(B)184.8º98.68%29.8%-
XYZ3.514.917.6-
YUV50.05142.6493.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=0.68%
G=47.62%
B=51.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal170760.990.0800.70184.897.415.1
Hex1464C638046b961f
Octal110611414310010627114117
Binary11000110100110011000111000010001101011100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01464C; }

 p { color: rgb(1,70,76); }

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

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

 a { background-color: rgb(1,70,76); }

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

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

 span { border-color: rgb(1,70,76); }

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