#0D4851

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

Shades of Sherpa Blue #0D4851

Tints of Sherpa Blue #0D4851

Color information

#0D4851 (or 0x0D4851) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 48 and 51. RGB value is (13,72,81). Sum of RGB (Red+Green+Blue) = 13+72+81=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D4851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4851 is #F2B7AE. Grayscale: #373737. Windows color (decimal): -15906735 or 5326861. OLE color: 5326861.

HSL color Cylindrical-coordinate representation of color #0D4851: hue angle of 187.94º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4851 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB137281-
CMYK0.840.1100.68
HSL187.94º72.34%18.43%-
HSV(B)187.94º83.95%31.76%-
XYZ3.975.318.6-
YUV55.38142.4597.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.83%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=7.83%
G=43.37%
B=48.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1372810.840.1100.68187.9472.3418.43
HexD485154B044bc4812
Octal1511012112413010427411022
Binary110110010001010001101010010110100010010111100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D4851; }

 p { color: rgb(13,72,81); }

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

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

 a { background-color: rgb(13,72,81); }

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

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

 span { border-color: rgb(13,72,81); }

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