#0D474F

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

Shades of Sherpa Blue #0D474F

Tints of Sherpa Blue #0D474F

Color information

#0D474F (or 0x0D474F) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 47 and 4F. RGB value is (13,71,79). Sum of RGB (Red+Green+Blue) = 13+71+79=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D474F is #F2B8B0. Grayscale: #363636. Windows color (decimal): -15906993 or 5195533. OLE color: 5195533.

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

Color convert

RGB137179-
CMYK0.840.1000.69
HSL187.27º71.74%18.04%-
HSV(B)187.27º83.54%30.98%-
XYZ3.835.168.19-
YUV54.57141.7898.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.98%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=7.98%
G=43.56%
B=48.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1371790.840.1000.69187.2771.7418.04
HexD474F54A045bb4812
Octal1510711712412010527311022
Binary110110001111001111101010010100100010110111011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,71,79); }

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

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

 a { background-color: rgb(13,71,79); }

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

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

 span { border-color: rgb(13,71,79); }

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