#0B5056

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

Shades of Sherpa Blue #0B5056

Tints of Sherpa Blue #0B5056

Color information

#0B5056 (or 0x0B5056) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 50 and 56. RGB value is (11,80,86). Sum of RGB (Red+Green+Blue) = 11+80+86=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #0B5056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5056 is #F4AFA9. Grayscale: #3B3B3B. Windows color (decimal): -16035754 or 5656587. OLE color: 5656587.

HSL color Cylindrical-coordinate representation of color #0B5056: hue angle of 184.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5056 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB118086-
CMYK0.870.0700.66
HSL184.8º77.32%19.02%-
HSV(B)184.8º87.21%33.73%-
XYZ4.696.489.81-
YUV60.05142.6493.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.21%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=6.21%
G=45.20%
B=48.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1180860.870.0700.66184.877.3219.02
HexB5056577042b94d13
Octal131201261277010227111523
Binary10111010000101011010101111110100001010111001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,80,86); }

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

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

 a { background-color: rgb(11,80,86); }

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

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

 span { border-color: rgb(11,80,86); }

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