#0B4759

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

Shades of Sherpa Blue #0B4759

Tints of Sherpa Blue #0B4759

Color information

#0B4759 (or 0x0B4759) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 47 and 59. RGB value is (11,71,89). Sum of RGB (Red+Green+Blue) = 11+71+89=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B4759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4759 is #F4B8A6. Grayscale: #363636. Windows color (decimal): -16038055 or 5850891. OLE color: 5850891.

HSL color Cylindrical-coordinate representation of color #0B4759: hue angle of 193.85º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4759 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB117189-
CMYK0.880.2000.65
HSL193.85º78%19.61%-
HSV(B)193.85º87.64%34.9%-
XYZ4.195.310.25-
YUV55.11147.1296.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.43%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=6.43%
G=41.52%
B=52.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1171890.880.2000.65193.857819.61
HexB47595814041c24e14
Octal1310713113024010130211624
Binary1011100011110110011011000101000100000111000010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,71,89); }

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

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

 a { background-color: rgb(11,71,89); }

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

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

 span { border-color: rgb(11,71,89); }

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