#014446

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

Shades of Sherpa Blue #014446

Tints of Sherpa Blue #014446

Color information

#014446 (or 0x014446) is unknown color: approx Sherpa Blue. HEX triplet: 01, 44 and 46. RGB value is (1,68,70). Sum of RGB (Red+Green+Blue) = 1+68+70=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #014446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014446 is #FEBBB9. Grayscale: #303030. Windows color (decimal): -16694202 or 4604929. OLE color: 4604929.

HSL color Cylindrical-coordinate representation of color #014446: hue angle of 181.74º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014446 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB16870-
CMYK0.990.0300.73
HSL181.74º97.18%13.92%-
HSV(B)181.74º98.57%27.45%-
XYZ3.194.586.51-
YUV48.19140.394.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 70 (27.73% from 255) = 50.36%
R=0.72%
G=48.92%
B=50.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168700.990.0300.73181.7497.1813.92
Hex14446633049b661e
Octal11041061433011126614116
Binary110001001000110110001111010010011011011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014446; }

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

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

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

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

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

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

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

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