#0D4550

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

Shades of Sherpa Blue #0D4550

Tints of Sherpa Blue #0D4550

Color information

#0D4550 (or 0x0D4550) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 45 and 50. RGB value is (13,69,80). Sum of RGB (Red+Green+Blue) = 13+69+80=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D4550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4550 is #F2BAAF. Grayscale: #353535. Windows color (decimal): -15907504 or 5260557. OLE color: 5260557.

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

Color convert

RGB136980-
CMYK0.840.1400.69
HSL189.85º72.04%18.24%-
HSV(B)189.85º83.75%31.37%-
XYZ3.744.928.34-
YUV53.51142.9599.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.02%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=8.02%
G=42.59%
B=49.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1369800.840.1400.69189.8572.0418.24
HexD455054E045be4812
Octal1510512012416010527611022
Binary110110001011010000101010011100100010110111110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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