#0D464F

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

Shades of Sherpa Blue #0D464F

Tints of Sherpa Blue #0D464F

Color information

#0D464F (or 0x0D464F) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 46 and 4F. RGB value is (13,70,79). Sum of RGB (Red+Green+Blue) = 13+70+79=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D464F is #F2B9B0. Grayscale: #353535. Windows color (decimal): -15907249 or 5195277. OLE color: 5195277.

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

Color convert

RGB137079-
CMYK0.840.1100.69
HSL188.18º71.74%18.04%-
HSV(B)188.18º83.54%30.98%-
XYZ3.775.038.17-
YUV53.98142.1298.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.02%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=8.02%
G=43.21%
B=48.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1370790.840.1100.69188.1871.7418.04
HexD464F54B045bc4812
Octal1510611712413010527411022
Binary110110001101001111101010010110100010110111100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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