#0B4050

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

Shades of Sherpa Blue #0B4050

Tints of Sherpa Blue #0B4050

Color information

#0B4050 (or 0x0B4050) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 40 and 50. RGB value is (11,64,80). Sum of RGB (Red+Green+Blue) = 11+64+80=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B4050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4050 is #F4BFAF. Grayscale: #313131. Windows color (decimal): -16039856 or 5259275. OLE color: 5259275.

HSL color Cylindrical-coordinate representation of color #0B4050: hue angle of 193.91º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4050 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB116480-
CMYK0.860.2000.69
HSL193.91º75.82%17.84%-
HSV(B)193.91º86.25%31.37%-
XYZ3.424.328.24-
YUV49.98144.94100.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.10%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=7.10%
G=41.29%
B=51.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1164800.860.2000.69193.9175.8217.84
HexB40505614045c24c12
Octal1310012012624010530211422
Binary1011100000010100001010110101000100010111000010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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