Html Css Color HEX #0B4F61 Sherpa Blue

📋 copy color: '#0B4F61'

red 11 ◦ green 79 ◦ blue 97

#0B4F61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #0B4F61

Tints of Sherpa Blue #0B4F61

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 value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B4F61 (or 0x0B4F61) is known color: 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

RGB 11 79 97 -
CMYK 0.89 0.19 0 0.62
HSL 192.56º 0.8% 0.21% -
HSV(B) 192.56º 0.89% 0.38% -
XYZ 5.09 6.53 12.3 -
YUV 60.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 11 79 97 0.89 0.19 0 0.62 192.56 0.8 0.21
Hex B 4F 61 59 13 0 3E C1 50 15
Octal 13 117 141 131 23 0 76 301 120 25
Binary 1011 1001111 1100001 1011001 10011 0 111110 11000001 1010000 10101

Color Harmonies of #0B4F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4F61

Black with #0B4F61

Text Example


Text Example

White with #0B4F61

Text Example


Text Example

HTML Codes & Css Web 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>