#0B484E

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

Shades of Sherpa Blue #0B484E

Tints of Sherpa Blue #0B484E

Color information

#0B484E (or 0x0B484E) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 48 and 4E. RGB value is (11,72,78). Sum of RGB (Red+Green+Blue) = 11+72+78=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B484E is #F4B7B1. Grayscale: #363636. Windows color (decimal): -16037810 or 5130251. OLE color: 5130251.

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

Color convert

RGB117278-
CMYK0.860.0800.69
HSL185.37º75.28%17.45%-
HSV(B)185.37º85.9%30.59%-
XYZ3.835.268.02-
YUV54.44141.2997.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=6.83%
G=44.72%
B=48.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1172780.860.0800.69185.3775.2817.45
HexB484E568045b94b11
Octal1311011612610010527111321
Binary101110010001001110101011010000100010110111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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