#0B4151

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

Shades of Sherpa Blue #0B4151

Tints of Sherpa Blue #0B4151

Color information

#0B4151 (or 0x0B4151) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 41 and 51. RGB value is (11,65,81). Sum of RGB (Red+Green+Blue) = 11+65+81=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B4151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4151 is #F4BEAE. Grayscale: #323232. Windows color (decimal): -16039599 or 5325067. OLE color: 5325067.

HSL color Cylindrical-coordinate representation of color #0B4151: hue angle of 193.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4151 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB116581-
CMYK0.860.2000.68
HSL193.71º76.09%18.04%-
HSV(B)193.71º86.42%31.76%-
XYZ3.514.458.46-
YUV50.68145.1199.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.01%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=7.01%
G=41.40%
B=51.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1165810.860.2000.68193.7176.0918.04
HexB41515614044c24c12
Octal1310112112624010430211422
Binary1011100000110100011010110101000100010011000010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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