Html Css Color HEX #0B5057 Sherpa Blue

📋 copy color: '#0B5057'

red 11 ◦ green 80 ◦ blue 87

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

Shades of Sherpa Blue #0B5057

Tints of Sherpa Blue #0B5057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.88%

R = 6.18%
G = 44.94%
B = 48.88%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0B5057 (or 0x0B5057) is known color: Sherpa Blue. HEX triplet: 0B, 50 and 57. RGB value is (11,80,87). Sum of RGB (Red+Green+Blue) = 11+80+87=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B5057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5057 is #F4AFA8. Grayscale: #3C3C3C. Windows color (decimal): -16035753 or 5722123. OLE color: 5722123.

HSL color Cylindrical-coordinate representation of color #0B5057: hue angle of 185.53º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5057 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 11 80 87 -
CMYK 0.87 0.08 0 0.66
HSL 185.53º 0.78% 0.19% -
HSV(B) 185.53º 0.87% 0.34% -
XYZ 4.73 6.5 10.02 -
YUV 60.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 11 80 87 0.87 0.08 0 0.66 185.53 0.78 0.19
Hex B 50 57 57 8 0 42 BA 4E 13
Octal 13 120 127 127 10 0 102 272 116 23
Binary 1011 1010000 1010111 1010111 1000 0 1000010 10111010 1001110 10011

Color Harmonies of #0B5057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5057

Black with #0B5057

Text Example


Text Example

White with #0B5057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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