#0D4455

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

Shades of Sherpa Blue #0D4455

Tints of Sherpa Blue #0D4455

Color information

#0D4455 (or 0x0D4455) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 44 and 55. RGB value is (13,68,85). Sum of RGB (Red+Green+Blue) = 13+68+85=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D4455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4455 is #F2BBAA. Grayscale: #353535. Windows color (decimal): -15907755 or 5587981. OLE color: 5587981.

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

Color convert

RGB136885-
CMYK0.850.2000.67
HSL194.17º73.47%19.22%-
HSV(B)194.17º84.71%33.33%-
XYZ3.874.889.33-
YUV53.49145.7899.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.83%
GREEN value IS 68 (26.95% from 255) = 40.96%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=7.83%
G=40.96%
B=51.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1368850.850.2000.67194.1773.4719.22
HexD44555514043c24913
Octal1510412512524010330211123
Binary1101100010010101011010101101000100001111000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,68,85); }

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

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

 a { background-color: rgb(13,68,85); }

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

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

 span { border-color: rgb(13,68,85); }

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