#013B4B

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

Shades of Sherpa Blue #013B4B

Tints of Sherpa Blue #013B4B

Color information

#013B4B (or 0x013B4B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3B and 4B. RGB value is (1,59,75). Sum of RGB (Red+Green+Blue) = 1+59+75=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #013B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B4B is #FEC4B4. Grayscale: #2B2B2B. Windows color (decimal): -16696501 or 4930305. OLE color: 4930305.

HSL color Cylindrical-coordinate representation of color #013B4B: hue angle of 192.97º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B4B is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB15975-
CMYK0.990.2100.71
HSL192.97º97.37%14.9%-
HSV(B)192.97º98.67%29.41%-
XYZ2.853.647.21-
YUV43.48145.7897.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 59 (23.44% from 255) = 43.70%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=0.74%
G=43.70%
B=55.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal159750.990.2100.71192.9797.3714.9
Hex13B4B6315047c161f
Octal17311314325010730114117
Binary11110111001011110001110101010001111100000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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