#014444

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

Shades of Sherpa Blue #014444

Tints of Sherpa Blue #014444

Color information

#014444 (or 0x014444) is unknown color: approx Sherpa Blue. HEX triplet: 01, 44 and 44. RGB value is (1,68,68). Sum of RGB (Red+Green+Blue) = 1+68+68=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #014444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014444 is #FEBBBB. Grayscale: #2F2F2F. Windows color (decimal): -16694204 or 4473857. OLE color: 4473857.

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

Color convert

RGB16868-
CMYK0.99000.73
HSL180º97.1%13.53%-
HSV(B)180º98.53%26.67%-
XYZ3.124.566.18-
YUV47.97139.394.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=0.73%
G=49.64%
B=49.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168680.99000.7318097.113.53
Hex14444630049b461e
Octal11041041430011126414116
Binary11000100100010011000110010010011011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014444; }

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

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

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

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

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

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

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

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