#014547

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

Shades of Sherpa Blue #014547

Tints of Sherpa Blue #014547

Color information

#014547 (or 0x014547) is unknown color: approx Sherpa Blue. HEX triplet: 01, 45 and 47. RGB value is (1,69,71). Sum of RGB (Red+Green+Blue) = 1+69+71=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #014547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014547 is #FEBAB8. Grayscale: #303030. Windows color (decimal): -16693945 or 4670721. OLE color: 4670721.

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

Color convert

RGB16971-
CMYK0.990.0300.72
HSL181.71º97.22%14.12%-
HSV(B)181.71º98.59%27.84%-
XYZ3.284.726.7-
YUV48.9140.4793.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=0.71%
G=48.94%
B=50.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal169710.990.0300.72181.7197.2214.12
Hex14547633048b661e
Octal11051071433011026614116
Binary110001011000111110001111010010001011011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014547; }

 p { color: rgb(1,69,71); }

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

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

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

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

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

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

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