#0D4C59

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

Shades of Sherpa Blue #0D4C59

Tints of Sherpa Blue #0D4C59

Color information

#0D4C59 (or 0x0D4C59) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 4C and 59. RGB value is (13,76,89). Sum of RGB (Red+Green+Blue) = 13+76+89=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D4C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4C59 is #F2B3A6. Grayscale: #3A3A3A. Windows color (decimal): -15905703 or 5852173. OLE color: 5852173.

HSL color Cylindrical-coordinate representation of color #0D4C59: hue angle of 190.26º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4C59 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB137689-
CMYK0.850.1500.65
HSL190.26º74.51%20%-
HSV(B)190.26º85.39%34.9%-
XYZ4.555.9810.36-
YUV58.64145.1395.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.30%
GREEN value IS 76 (30.08% from 255) = 42.70%
BLUE value IS 89 (35.16% from 255) = 50%
R=7.30%
G=42.70%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1376890.850.1500.65190.2674.5120
HexD4C5955F041be4b14
Octal1511413112517010127611324
Binary110110011001011001101010111110100000110111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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