#0B494E

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

Shades of Sherpa Blue #0B494E

Tints of Sherpa Blue #0B494E

Color information

#0B494E (or 0x0B494E) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 49 and 4E. RGB value is (11,73,78). Sum of RGB (Red+Green+Blue) = 11+73+78=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B494E is #F4B6B1. Grayscale: #363636. Windows color (decimal): -16037554 or 5130507. OLE color: 5130507.

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

Color convert

RGB117378-
CMYK0.860.0600.69
HSL184.48º75.28%17.45%-
HSV(B)184.48º85.9%30.59%-
XYZ3.95.398.04-
YUV55.03140.9696.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.79%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=6.79%
G=45.06%
B=48.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1173780.860.0600.69184.4875.2817.45
HexB494E566045b84b11
Octal131111161266010527011321
Binary10111001001100111010101101100100010110111000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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