Html Css Color HEX #0B7486 Teal

📋 copy color: '#0B7486'

red 11 ◦ green 116 ◦ blue 134

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

Shades of Teal #0B7486

Tints of Teal #0B7486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.44%

 BLUE value IS 134 (52.73% from 255) = 51.34%

R = 4.21%
G = 44.44%
B = 51.34%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0B7486 (or 0x0B7486) is known color: Teal. HEX triplet: 0B, 74 and 86. RGB value is (11,116,134). Sum of RGB (Red+Green+Blue) = 11+116+134=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #0B7486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7486 is #F48B79. Grayscale: #565656. Windows color (decimal): -16026490 or 8811531. OLE color: 8811531.

HSL color Cylindrical-coordinate representation of color #0B7486: hue angle of 188.78º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7486 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 116 134 -
CMYK 0.92 0.13 0 0.47
HSL 188.78º 0.85% 0.28% -
HSV(B) 188.78º 0.92% 0.53% -
XYZ 10.69 14.28 24.75 -
YUV 86.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 11 116 134 0.92 0.13 0 0.47 188.78 0.85 0.28
Hex B 74 86 5C D 0 2F BD 55 1C
Octal 13 164 206 134 15 0 57 275 125 34
Binary 1011 1110100 10000110 1011100 1101 0 101111 10111101 1010101 11100

Color Harmonies of #0B7486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7486

Black with #0B7486

Text Example


Text Example

White with #0B7486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,116,134); }

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

background-color css

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

 a { background-color: rgb(11,116,134); }

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

border-color css

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

 span { border-color: rgb(11,116,134); }

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