#014355

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

Shades of Sherpa Blue #014355

Tints of Sherpa Blue #014355

Color information

#014355 (or 0x014355) is unknown color: approx Sherpa Blue. HEX triplet: 01, 43 and 55. RGB value is (1,67,85). Sum of RGB (Red+Green+Blue) = 1+67+85=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #014355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014355 is #FEBCAA. Grayscale: #313131. Windows color (decimal): -16694443 or 5587713. OLE color: 5587713.

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

Color convert

RGB16785-
CMYK0.990.2100.67
HSL192.86º97.67%16.86%-
HSV(B)192.86º98.82%33.33%-
XYZ3.664.689.3-
YUV49.32148.1393.54-

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.79%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=0.65%
G=43.79%
B=55.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal167850.990.2100.67192.8697.6716.86
Hex143556315043c16211
Octal110312514325010330114221
Binary1100001110101011100011101010100001111000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014355; }

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

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

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

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

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

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

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

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