#0B5054

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

Shades of Sherpa Blue #0B5054

Tints of Sherpa Blue #0B5054

Color information

#0B5054 (or 0x0B5054) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 50 and 54. RGB value is (11,80,84). Sum of RGB (Red+Green+Blue) = 11+80+84=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #0B5054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5054 is #F4AFAB. Grayscale: #3B3B3B. Windows color (decimal): -16035756 or 5525515. OLE color: 5525515.

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

Color convert

RGB118084-
CMYK0.870.0500.67
HSL183.29º76.84%18.63%-
HSV(B)183.29º86.9%32.94%-
XYZ4.616.459.39-
YUV59.82141.6493.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.29%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 84 (33.20% from 255) = 48%
R=6.29%
G=45.71%
B=48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1180840.870.0500.67183.2976.8418.63
HexB5054575043b74d13
Octal131201241275010326711523
Binary10111010000101010010101111010100001110110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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