#014255

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

Shades of Sherpa Blue #014255

Tints of Sherpa Blue #014255

Color information

#014255 (or 0x014255) is unknown color: approx Sherpa Blue. HEX triplet: 01, 42 and 55. RGB value is (1,66,85). Sum of RGB (Red+Green+Blue) = 1+66+85=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #014255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014255 is #FEBDAA. Grayscale: #303030. Windows color (decimal): -16694699 or 5587457. OLE color: 5587457.

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

Color convert

RGB16685-
CMYK0.990.2200.67
HSL193.57º97.67%16.86%-
HSV(B)193.57º98.82%33.33%-
XYZ3.64.569.28-
YUV48.73148.4793.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=0.66%
G=43.42%
B=55.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal166850.990.2200.67193.5797.6716.86
Hex142556316043c26211
Octal110212514326010330214221
Binary1100001010101011100011101100100001111000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014255; }

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

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

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

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

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

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

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

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