#0B4A51

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

Shades of Sherpa Blue #0B4A51

Tints of Sherpa Blue #0B4A51

Color information

#0B4A51 (or 0x0B4A51) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 4A and 51. RGB value is (11,74,81). Sum of RGB (Red+Green+Blue) = 11+74+81=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B4A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4A51 is #F4B5AE. Grayscale: #373737. Windows color (decimal): -16037295 or 5327371. OLE color: 5327371.

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

Color convert

RGB117481-
CMYK0.860.0900.68
HSL186º76.09%18.04%-
HSV(B)186º86.42%31.76%-
XYZ4.075.568.64-
YUV55.96142.1395.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 74 (29.30% from 255) = 44.58%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=6.63%
G=44.58%
B=48.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1174810.860.0900.6818676.0918.04
HexB4A51569044ba4c12
Octal1311212112611010427211422
Binary101110010101010001101011010010100010010111010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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