#013F4B

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

Shades of Sherpa Blue #013F4B

Tints of Sherpa Blue #013F4B

Color information

#013F4B (or 0x013F4B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3F and 4B. RGB value is (1,63,75). Sum of RGB (Red+Green+Blue) = 1+63+75=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #013F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F4B is #FEC0B4. Grayscale: #2D2D2D. Windows color (decimal): -16695477 or 4931329. OLE color: 4931329.

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

Color convert

RGB16375-
CMYK0.990.1600.71
HSL189.73º97.37%14.9%-
HSV(B)189.73º98.67%29.41%-
XYZ3.064.077.28-
YUV45.83144.4696.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 75 (29.69% from 255) = 53.96%
R=0.72%
G=45.32%
B=53.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal163750.990.1600.71189.7397.3714.9
Hex13F4B6310047be61f
Octal17711314320010727614117
Binary11111111001011110001110000010001111011111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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