Html Css Color HEX #0B4950 Sherpa Blue

📋 copy color: '#0B4950'

red 11 ◦ green 73 ◦ blue 80

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

Shades of Sherpa Blue #0B4950

Tints of Sherpa Blue #0B4950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

 BLUE value IS 80 (31.64% from 255) = 48.78%

R = 6.71%
G = 44.51%
B = 48.78%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B4950 (or 0x0B4950) is known color: Sherpa Blue. HEX triplet: 0B, 49 and 50. RGB value is (11,73,80). Sum of RGB (Red+Green+Blue) = 11+73+80=164 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.71% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B4950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4950 is #F4B6AF. Grayscale: #373737. Windows color (decimal): -16037552 or 5261579. OLE color: 5261579.

HSL color Cylindrical-coordinate representation of color #0B4950: hue angle of 186.09º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4950 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 73 80 -
CMYK 0.86 0.09 0 0.69
HSL 186.09º 0.76% 0.18% -
HSV(B) 186.09º 0.86% 0.31% -
XYZ 3.97 5.42 8.43 -
YUV 55.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 11 73 80 0.86 0.09 0 0.69 186.09 0.76 0.18
Hex B 49 50 56 9 0 45 BA 4C 12
Octal 13 111 120 126 11 0 105 272 114 22
Binary 1011 1001001 1010000 1010110 1001 0 1000101 10111010 1001100 10010

Color Harmonies of #0B4950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4950

Black with #0B4950

Text Example


Text Example

White with #0B4950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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