#013848

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

Shades of Sherpa Blue #013848

Tints of Sherpa Blue #013848

Color information

#013848 (or 0x013848) is unknown color: approx Sherpa Blue. HEX triplet: 01, 38 and 48. RGB value is (1,56,72). Sum of RGB (Red+Green+Blue) = 1+56+72=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #013848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013848 is #FEC7B7. Grayscale: #292929. Windows color (decimal): -16697272 or 4732929. OLE color: 4732929.

HSL color Cylindrical-coordinate representation of color #013848: hue angle of 193.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013848 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB15672-
CMYK0.990.2200.72
HSL193.52º97.26%14.31%-
HSV(B)193.52º98.61%28.24%-
XYZ2.63.36.63-
YUV41.38145.2899.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=0.78%
G=43.41%
B=55.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal156720.990.2200.72193.5297.2614.31
Hex138486316048c261e
Octal17011014326011030214116
Binary11110001001000110001110110010010001100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013848; }

 p { color: rgb(1,56,72); }

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

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

 a { background-color: rgb(1,56,72); }

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

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

 span { border-color: rgb(1,56,72); }

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