#014854

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

Shades of Sherpa Blue #014854

Tints of Sherpa Blue #014854

Color information

#014854 (or 0x014854) is unknown color: approx Sherpa Blue. HEX triplet: 01, 48 and 54. RGB value is (1,72,84). Sum of RGB (Red+Green+Blue) = 1+72+84=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #014854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014854 is #FEB7AB. Grayscale: #343434. Windows color (decimal): -16693164 or 5523457. OLE color: 5523457.

HSL color Cylindrical-coordinate representation of color #014854: hue angle of 188.67º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014854 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB17284-
CMYK0.990.1400.67
HSL188.67º97.65%16.67%-
HSV(B)188.67º98.81%32.94%-
XYZ3.935.289.2-
YUV52.14145.9891.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=0.64%
G=45.86%
B=53.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal172840.990.1400.67188.6797.6516.67
Hex1485463E043bd6211
Octal111012414316010327514221
Binary110010001010100110001111100100001110111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014854; }

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

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

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

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

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

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

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

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