#013E4B

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

Shades of Sherpa Blue #013E4B

Tints of Sherpa Blue #013E4B

Color information

#013E4B (or 0x013E4B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3E and 4B. RGB value is (1,62,75). Sum of RGB (Red+Green+Blue) = 1+62+75=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #013E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E4B is #FEC1B4. Grayscale: #2D2D2D. Windows color (decimal): -16695733 or 4931073. OLE color: 4931073.

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

Color convert

RGB16275-
CMYK0.990.1700.71
HSL190.54º97.37%14.9%-
HSV(B)190.54º98.67%29.41%-
XYZ3.013.967.26-
YUV45.24144.7996.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 62 (24.61% from 255) = 44.93%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=0.72%
G=44.93%
B=54.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal162750.990.1700.71190.5497.3714.9
Hex13E4B6311047bf61f
Octal17611314321010727714117
Binary11111101001011110001110001010001111011111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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