#013342

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

Shades of Sherpa Blue #013342

Tints of Sherpa Blue #013342

Color information

#013342 (or 0x013342) is unknown color: approx Sherpa Blue. HEX triplet: 01, 33 and 42. RGB value is (1,51,66). Sum of RGB (Red+Green+Blue) = 1+51+66=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #013342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013342 is #FECCBD. Grayscale: #252525. Windows color (decimal): -16698558 or 4338433. OLE color: 4338433.

HSL color Cylindrical-coordinate representation of color #013342: hue angle of 193.85º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013342 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB15166-
CMYK0.980.2300.74
HSL193.85º97.01%13.14%-
HSV(B)193.85º98.48%25.88%-
XYZ2.182.775.57-
YUV37.76143.94101.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 66 (26.17% from 255) = 55.93%
R=0.85%
G=43.22%
B=55.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal151660.980.2300.74193.8597.0113.14
Hex13342621704Ac261d
Octal16310214227011230214115
Binary11100111000010110001010111010010101100001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013342; }

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

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

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

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

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

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

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

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