#0B4F61

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

Shades of Sherpa Blue #0B4F61

Tints of Sherpa Blue #0B4F61

Color information

#0B4F61 (or 0x0B4F61) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 4F and 61. RGB value is (11,79,97). Sum of RGB (Red+Green+Blue) = 11+79+97=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B4F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4F61 is #F4B09E. Grayscale: #3C3C3C. Windows color (decimal): -16035999 or 6377227. OLE color: 6377227.

HSL color Cylindrical-coordinate representation of color #0B4F61: hue angle of 192.56º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4F61 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB117997-
CMYK0.890.1900.62
HSL192.56º79.63%21.18%-
HSV(B)192.56º88.66%38.04%-
XYZ5.096.5312.3-
YUV60.72148.4792.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=5.88%
G=42.25%
B=51.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1179970.890.1900.62192.5679.6321.18
HexB4F61591303Ec15015
Octal131171411312307630112025
Binary101110011111100001101100110011011111011000001101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,79,97); }

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

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

 a { background-color: rgb(11,79,97); }

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

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

 span { border-color: rgb(11,79,97); }

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