#0D4555

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

Shades of Sherpa Blue #0D4555

Tints of Sherpa Blue #0D4555

Color information

#0D4555 (or 0x0D4555) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 45 and 55. RGB value is (13,69,85). Sum of RGB (Red+Green+Blue) = 13+69+85=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D4555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4555 is #F2BAAA. Grayscale: #353535. Windows color (decimal): -15907499 or 5588237. OLE color: 5588237.

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

Color convert

RGB136985-
CMYK0.850.1900.67
HSL193.33º73.47%19.22%-
HSV(B)193.33º84.71%33.33%-
XYZ3.9359.35-
YUV54.08145.4598.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.78%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=7.78%
G=41.32%
B=50.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1369850.850.1900.67193.3373.4719.22
HexD45555513043c14913
Octal1510512512523010330111123
Binary1101100010110101011010101100110100001111000001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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