#013945

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

Shades of Sherpa Blue #013945

Tints of Sherpa Blue #013945

Color information

#013945 (or 0x013945) is unknown color: approx Sherpa Blue. HEX triplet: 01, 39 and 45. RGB value is (1,57,69). Sum of RGB (Red+Green+Blue) = 1+57+69=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #013945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013945 is #FEC6BA. Grayscale: #292929. Windows color (decimal): -16697019 or 4536577. OLE color: 4536577.

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

Color convert

RGB15769-
CMYK0.990.1700.73
HSL190.59º97.14%13.73%-
HSV(B)190.59º98.55%27.06%-
XYZ2.553.366.14-
YUV41.62143.4599.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 57 (22.66% from 255) = 44.88%
BLUE value IS 69 (27.34% from 255) = 54.33%
R=0.79%
G=44.88%
B=54.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal157690.990.1700.73190.5997.1413.73
Hex139456311049bf61e
Octal17110514321011127714116
Binary11110011000101110001110001010010011011111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013945; }

 p { color: rgb(1,57,69); }

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

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

 a { background-color: rgb(1,57,69); }

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

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

 span { border-color: rgb(1,57,69); }

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