#0B4850

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

Shades of Sherpa Blue #0B4850

Tints of Sherpa Blue #0B4850

Color information

#0B4850 (or 0x0B4850) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 48 and 50. RGB value is (11,72,80). Sum of RGB (Red+Green+Blue) = 11+72+80=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B4850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4850 is #F4B7AF. Grayscale: #363636. Windows color (decimal): -16037808 or 5261323. OLE color: 5261323.

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

Color convert

RGB117280-
CMYK0.860.1000.69
HSL186.96º75.82%17.84%-
HSV(B)186.96º86.25%31.37%-
XYZ3.95.298.4-
YUV54.67142.2996.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.75%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=6.75%
G=44.17%
B=49.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1172800.860.1000.69186.9675.8217.84
HexB485056A045bb4c12
Octal1311012012612010527311422
Binary101110010001010000101011010100100010110111011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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