#014448

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

Shades of Sherpa Blue #014448

Tints of Sherpa Blue #014448

Color information

#014448 (or 0x014448) is unknown color: approx Sherpa Blue. HEX triplet: 01, 44 and 48. RGB value is (1,68,72). Sum of RGB (Red+Green+Blue) = 1+68+72=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #014448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014448 is #FEBBB7. Grayscale: #303030. Windows color (decimal): -16694200 or 4736001. OLE color: 4736001.

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

Color convert

RGB16872-
CMYK0.990.0600.72
HSL183.38º97.26%14.31%-
HSV(B)183.38º98.61%28.24%-
XYZ3.254.616.85-
YUV48.42141.394.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=0.71%
G=48.23%
B=51.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal168720.990.0600.72183.3897.2614.31
Hex14448636048b761e
Octal11041101436011026714116
Binary1100010010010001100011110010010001011011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014448; }

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

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

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

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

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

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

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

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