Html Css Color HEX #0B5061 Sherpa Blue

📋 copy color: '#0B5061'

red 11 ◦ green 80 ◦ blue 97

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

Shades of Sherpa Blue #0B5061

Tints of Sherpa Blue #0B5061

RGB

 RED value IS 11 (4.69% from 255) = 5.85%

 GREEN value IS 80 (31.64% from 255) = 42.55%

 BLUE value IS 97 (38.28% from 255) = 51.6%

R = 5.85%
G = 42.55%
B = 51.6%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B5061 (or 0x0B5061) is known color: Sherpa Blue. HEX triplet: 0B, 50 and 61. RGB value is (11,80,97). Sum of RGB (Red+Green+Blue) = 11+80+97=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B5061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5061 is #F4AF9E. Grayscale: #3D3D3D. Windows color (decimal): -16035743 or 6377483. OLE color: 6377483.

HSL color Cylindrical-coordinate representation of color #0B5061: hue angle of 191.86º 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 #0B5061 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 80 97 -
CMYK 0.89 0.18 0 0.62
HSL 191.86º 0.8% 0.21% -
HSV(B) 191.86º 0.89% 0.38% -
XYZ 5.16 6.67 12.32 -
YUV 61.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 11 80 97 0.89 0.18 0 0.62 191.86 0.8 0.21
Hex B 50 61 59 12 0 3E C0 50 15
Octal 13 120 141 131 22 0 76 300 120 25
Binary 1011 1010000 1100001 1011001 10010 0 111110 11000000 1010000 10101

Color Harmonies of #0B5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5061

Black with #0B5061

Text Example


Text Example

White with #0B5061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B5061;
 }
 .AnyTagClassName
 {
   color: #0B5061;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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