#013545

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

Shades of Sherpa Blue #013545

Tints of Sherpa Blue #013545

Color information

#013545 (or 0x013545) is unknown color: approx Sherpa Blue. HEX triplet: 01, 35 and 45. RGB value is (1,53,69). Sum of RGB (Red+Green+Blue) = 1+53+69=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #013545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013545 is #FECABA. Grayscale: #272727. Windows color (decimal): -16698043 or 4535553. OLE color: 4535553.

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

Color convert

RGB15369-
CMYK0.990.2300.73
HSL194.12º97.14%13.73%-
HSV(B)194.12º98.55%27.06%-
XYZ2.362.986.08-
YUV39.28144.77100.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 69 (27.34% from 255) = 56.10%
R=0.81%
G=43.09%
B=56.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal153690.990.2300.73194.1297.1413.73
Hex135456317049c261e
Octal16510514327011130214116
Binary11101011000101110001110111010010011100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013545; }

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

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

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

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

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

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

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

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