#0B7481

Color #0B7481 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #0B7481

Tints of Teal #0B7481

Color information

#0B7481 (or 0x0B7481) is unknown color: approx Teal. HEX triplet: 0B, 74 and 81. RGB value is (11,116,129). Sum of RGB (Red+Green+Blue) = 11+116+129=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #0B7481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7481 is #F48B7E. Grayscale: #555555. Windows color (decimal): -16026495 or 8483851. OLE color: 8483851.

HSL color Cylindrical-coordinate representation of color #0B7481: hue angle of 186.61º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7481 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11116129-
CMYK0.910.1000.49
HSL186.61º84.29%27.45%-
HSV(B)186.61º91.47%50.59%-
XYZ10.3514.1522.95-
YUV86.09152.2174.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.30%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 129 (50.78% from 255) = 50.39%
R=4.30%
G=45.31%
B=50.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111161290.910.1000.49186.6184.2927.45
HexB74815BA031bb541b
Octal131642011331206127312433
Binary101111101001000000110110111010011000110111011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B7481;
 }
 .AnyTagClassName
 {
   color: #0B7481;
 }
</style>
background-color css

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

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

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

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

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

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