#0D4B53

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

Shades of Sherpa Blue #0D4B53

Tints of Sherpa Blue #0D4B53

Color information

#0D4B53 (or 0x0D4B53) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 4B and 53. RGB value is (13,75,83). Sum of RGB (Red+Green+Blue) = 13+75+83=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D4B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4B53 is #F2B4AC. Grayscale: #393939. Windows color (decimal): -15905965 or 5458701. OLE color: 5458701.

HSL color Cylindrical-coordinate representation of color #0D4B53: hue angle of 186.86º 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 #0D4B53 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB137583-
CMYK0.840.1000.67
HSL186.86º72.92%18.82%-
HSV(B)186.86º84.34%32.55%-
XYZ4.245.749.07-
YUV57.37142.4696.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.60%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=7.60%
G=43.86%
B=48.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1375830.840.1000.67186.8672.9218.82
HexD4B5354A043bb4913
Octal1511312312412010327311123
Binary110110010111010011101010010100100001110111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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