#013F46

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

Shades of Sherpa Blue #013F46

Tints of Sherpa Blue #013F46

Color information

#013F46 (or 0x013F46) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3F and 46. RGB value is (1,63,70). Sum of RGB (Red+Green+Blue) = 1+63+70=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #013F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F46 is #FEC0B9. Grayscale: #2D2D2D. Windows color (decimal): -16695482 or 4603649. OLE color: 4603649.

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

Color convert

RGB16370-
CMYK0.990.1000.73
HSL186.09º97.18%13.92%-
HSV(B)186.09º98.57%27.45%-
XYZ2.946.41-
YUV45.26141.9696.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 63 (25% from 255) = 47.01%
BLUE value IS 70 (27.73% from 255) = 52.24%
R=0.75%
G=47.01%
B=52.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal163700.990.1000.73186.0997.1813.92
Hex13F4663A049ba61e
Octal17710614312011127214116
Binary1111111100011011000111010010010011011101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013F46; }

 p { color: rgb(1,63,70); }

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

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

 a { background-color: rgb(1,63,70); }

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

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

 span { border-color: rgb(1,63,70); }

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