#014048

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

Shades of Sherpa Blue #014048

Tints of Sherpa Blue #014048

Color information

#014048 (or 0x014048) is unknown color: approx Sherpa Blue. HEX triplet: 01, 40 and 48. RGB value is (1,64,72). Sum of RGB (Red+Green+Blue) = 1+64+72=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #014048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014048 is #FEBFB7. Grayscale: #2D2D2D. Windows color (decimal): -16695224 or 4734977. OLE color: 4734977.

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

Color convert

RGB16472-
CMYK0.990.1100.72
HSL186.76º97.26%14.31%-
HSV(B)186.76º98.61%28.24%-
XYZ3.024.146.77-
YUV46.08142.6395.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=0.73%
G=46.72%
B=52.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal164720.990.1100.72186.7697.2614.31
Hex1404863B048bb61e
Octal110011014313011027314116
Binary11000000100100011000111011010010001011101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014048; }

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

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

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

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

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

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

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

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