#0B515A

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

Shades of Sherpa Blue #0B515A

Tints of Sherpa Blue #0B515A

Color information

#0B515A (or 0x0B515A) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 51 and 5A. RGB value is (11,81,90). Sum of RGB (Red+Green+Blue) = 11+81+90=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B515A is #F4AEA5. Grayscale: #3C3C3C. Windows color (decimal): -16035494 or 5918987. OLE color: 5918987.

HSL color Cylindrical-coordinate representation of color #0B515A: hue angle of 186.84º 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 #0B515A is Cyan = 0.88, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB118190-
CMYK0.880.100.65
HSL186.84º78.22%19.8%-
HSV(B)186.84º87.78%35.29%-
XYZ4.936.6910.71-
YUV61.1144.3192.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.04%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=6.04%
G=44.51%
B=49.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1181900.880.100.65186.8478.2219.8
HexB515A58A041bb4e14
Octal1312113213012010127311624
Binary101110100011011010101100010100100000110111011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,81,90); }

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

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

 a { background-color: rgb(11,81,90); }

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

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

 span { border-color: rgb(11,81,90); }

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