#0B4758

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

Shades of Sherpa Blue #0B4758

Tints of Sherpa Blue #0B4758

Color information

#0B4758 (or 0x0B4758) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 47 and 58. RGB value is (11,71,88). Sum of RGB (Red+Green+Blue) = 11+71+88=170 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.47% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B4758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4758 is #F4B8A7. Grayscale: #363636. Windows color (decimal): -16038056 or 5785355. OLE color: 5785355.

HSL color Cylindrical-coordinate representation of color #0B4758: hue angle of 193.25º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4758 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB117188-
CMYK0.880.1900.65
HSL193.25º77.78%19.41%-
HSV(B)193.25º87.5%34.51%-
XYZ4.155.2810.03-
YUV55146.6296.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.47%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=6.47%
G=41.76%
B=51.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1171880.880.1900.65193.2577.7819.41
HexB47585813041c14e13
Octal1310713013023010130111623
Binary1011100011110110001011000100110100000111000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,71,88); }

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

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

 a { background-color: rgb(11,71,88); }

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

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

 span { border-color: rgb(11,71,88); }

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