#014354

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

Shades of Sherpa Blue #014354

Tints of Sherpa Blue #014354

Color information

#014354 (or 0x014354) is unknown color: approx Sherpa Blue. HEX triplet: 01, 43 and 54. RGB value is (1,67,84). Sum of RGB (Red+Green+Blue) = 1+67+84=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #014354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014354 is #FEBCAB. Grayscale: #313131. Windows color (decimal): -16694444 or 5522177. OLE color: 5522177.

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

Color convert

RGB16784-
CMYK0.990.2000.67
HSL192.29º97.65%16.67%-
HSV(B)192.29º98.81%32.94%-
XYZ3.624.669.1-
YUV49.2147.6393.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 67 (26.56% from 255) = 44.08%
BLUE value IS 84 (33.20% from 255) = 55.26%
R=0.66%
G=44.08%
B=55.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal167840.990.2000.67192.2997.6516.67
Hex143546314043c06211
Octal110312414324010330014221
Binary1100001110101001100011101000100001111000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014354; }

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

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

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

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

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

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

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

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