#013F54

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

Shades of Sherpa Blue #013F54

Tints of Sherpa Blue #013F54

Color information

#013F54 (or 0x013F54) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3F and 54. RGB value is (1,63,84). Sum of RGB (Red+Green+Blue) = 1+63+84=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #013F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F54 is #FEC0AB. Grayscale: #2E2E2E. Windows color (decimal): -16695468 or 5521153. OLE color: 5521153.

HSL color Cylindrical-coordinate representation of color #013F54: hue angle of 195.18º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F54 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB16384-
CMYK0.990.2500.67
HSL195.18º97.65%16.67%-
HSV(B)195.18º98.81%32.94%-
XYZ3.394.29.02-
YUV46.86148.9695.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 84 (33.20% from 255) = 56.76%
R=0.68%
G=42.57%
B=56.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal163840.990.2500.67195.1897.6516.67
Hex13F546319043c36211
Octal17712414331010330314221
Binary111111110101001100011110010100001111000011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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