#0D4C50

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

Shades of Sherpa Blue #0D4C50

Tints of Sherpa Blue #0D4C50

Color information

#0D4C50 (or 0x0D4C50) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 4C and 50. RGB value is (13,76,80). Sum of RGB (Red+Green+Blue) = 13+76+80=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D4C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4C50 is #F2B3AF. Grayscale: #393939. Windows color (decimal): -15905712 or 5262349. OLE color: 5262349.

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

Color convert

RGB137680-
CMYK0.840.0500.69
HSL183.58º72.04%18.24%-
HSV(B)183.58º83.75%31.37%-
XYZ4.25.838.49-
YUV57.62140.6396.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.69%
GREEN value IS 76 (30.08% from 255) = 44.97%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=7.69%
G=44.97%
B=47.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1376800.840.0500.69183.5872.0418.24
HexD4C50545045b84812
Octal151141201245010527011022
Binary11011001100101000010101001010100010110111000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,76,80); }

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

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

 a { background-color: rgb(13,76,80); }

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

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

 span { border-color: rgb(13,76,80); }

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