#013B48

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

Shades of Sherpa Blue #013B48

Tints of Sherpa Blue #013B48

Color information

#013B48 (or 0x013B48) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3B and 48. RGB value is (1,59,72). Sum of RGB (Red+Green+Blue) = 1+59+72=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #013B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B48 is #FEC4B7. Grayscale: #2B2B2B. Windows color (decimal): -16696504 or 4733697. OLE color: 4733697.

HSL color Cylindrical-coordinate representation of color #013B48: hue angle of 190.99º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B48 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB15972-
CMYK0.990.1800.72
HSL190.99º97.26%14.31%-
HSV(B)190.99º98.61%28.24%-
XYZ2.753.66.68-
YUV43.14144.2897.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 59 (23.44% from 255) = 44.70%
BLUE value IS 72 (28.52% from 255) = 54.55%
R=0.76%
G=44.70%
B=54.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal159720.990.1800.72190.9997.2614.31
Hex13B486312048bf61e
Octal17311014322011027714116
Binary11110111001000110001110010010010001011111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,59,72); }

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

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

 a { background-color: rgb(1,59,72); }

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

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

 span { border-color: rgb(1,59,72); }

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