#013140

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

Shades of Sherpa Blue #013140

Tints of Sherpa Blue #013140

Color information

#013140 (or 0x013140) is unknown color: approx Sherpa Blue. HEX triplet: 01, 31 and 40. RGB value is (1,49,64). Sum of RGB (Red+Green+Blue) = 1+49+64=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #013140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013140 is #FECEBF. Grayscale: #242424. Windows color (decimal): -16699072 or 4206849. OLE color: 4206849.

HSL color Cylindrical-coordinate representation of color #013140: hue angle of 194.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013140 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB14964-
CMYK0.980.2300.75
HSL194.29º96.92%12.75%-
HSV(B)194.29º98.44%25.1%-
XYZ2.042.575.24-
YUV36.36143.6102.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=0.88%
G=42.98%
B=56.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal149640.980.2300.75194.2996.9212.75
Hex13140621704Bc261d
Octal16110014227011330214115
Binary11100011000000110001010111010010111100001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013140; }

 p { color: rgb(1,49,64); }

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

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

 a { background-color: rgb(1,49,64); }

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

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

 span { border-color: rgb(1,49,64); }

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