#013845

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

Shades of Sherpa Blue #013845

Tints of Sherpa Blue #013845

Color information

#013845 (or 0x013845) is unknown color: approx Sherpa Blue. HEX triplet: 01, 38 and 45. RGB value is (1,56,69). Sum of RGB (Red+Green+Blue) = 1+56+69=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #013845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013845 is #FEC7BA. Grayscale: #282828. Windows color (decimal): -16697275 or 4536321. OLE color: 4536321.

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

Color convert

RGB15669-
CMYK0.990.1900.73
HSL191.47º97.14%13.73%-
HSV(B)191.47º98.55%27.06%-
XYZ2.53.266.13-
YUV41.04143.7899.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 56 (22.27% from 255) = 44.44%
BLUE value IS 69 (27.34% from 255) = 54.76%
R=0.79%
G=44.44%
B=54.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal156690.990.1900.73191.4797.1413.73
Hex138456313049bf61e
Octal17010514323011127714116
Binary11110001000101110001110011010010011011111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013845; }

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

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

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

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

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

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

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

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