#013345

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

Shades of Sherpa Blue #013345

Tints of Sherpa Blue #013345

Color information

#013345 (or 0x013345) is unknown color: approx Sherpa Blue. HEX triplet: 01, 33 and 45. RGB value is (1,51,69). Sum of RGB (Red+Green+Blue) = 1+51+69=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #013345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013345 is #FECCBA. Grayscale: #252525. Windows color (decimal): -16698555 or 4535041. OLE color: 4535041.

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

Color convert

RGB15169-
CMYK0.990.2600.73
HSL195.88º97.14%13.73%-
HSV(B)195.88º98.55%27.06%-
XYZ2.272.86.05-
YUV38.1145.44101.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 69 (27.34% from 255) = 57.02%
R=0.83%
G=42.15%
B=57.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal151690.990.2600.73195.8897.1413.73
Hex13345631A049c461e
Octal16310514332011130414116
Binary11100111000101110001111010010010011100010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013345; }

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

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

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

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

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

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

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

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