#014356

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

Shades of Sherpa Blue #014356

Tints of Sherpa Blue #014356

Color information

#014356 (or 0x014356) is unknown color: approx Sherpa Blue. HEX triplet: 01, 43 and 56. RGB value is (1,67,86). Sum of RGB (Red+Green+Blue) = 1+67+86=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #014356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014356 is #FEBCA9. Grayscale: #313131. Windows color (decimal): -16694442 or 5653249. OLE color: 5653249.

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

Color convert

RGB16786-
CMYK0.990.2200.66
HSL193.41º97.7%17.06%-
HSV(B)193.41º98.84%33.73%-
XYZ3.74.699.51-
YUV49.43148.6393.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=0.65%
G=43.51%
B=55.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal167860.990.2200.66193.4197.717.06
Hex143566316042c16211
Octal110312614326010230114221
Binary1100001110101101100011101100100001011000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014356; }

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

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

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

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

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

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

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

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