#0D4D53

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

Shades of Sherpa Blue #0D4D53

Tints of Sherpa Blue #0D4D53

Color information

#0D4D53 (or 0x0D4D53) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 4D and 53. RGB value is (13,77,83). Sum of RGB (Red+Green+Blue) = 13+77+83=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D4D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D53 is #F2B2AC. Grayscale: #3A3A3A. Windows color (decimal): -15905453 or 5459213. OLE color: 5459213.

HSL color Cylindrical-coordinate representation of color #0D4D53: hue angle of 185.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4D53 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB137783-
CMYK0.840.0700.67
HSL185.14º72.92%18.82%-
HSV(B)185.14º84.34%32.55%-
XYZ4.386.029.11-
YUV58.55141.895.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 77 (30.47% from 255) = 44.51%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=7.51%
G=44.51%
B=47.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1377830.840.0700.67185.1472.9218.82
HexD4D53547043b94913
Octal151151231247010327111123
Binary11011001101101001110101001110100001110111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,77,83); }

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

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

 a { background-color: rgb(13,77,83); }

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

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

 span { border-color: rgb(13,77,83); }

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