Shades of Surfie Green #0B737E
Tints of Surfie Green #0B737E
RGB
CMYK
RGB Variations
Color information
#0B737E (or 0x0B737E) is known color: Surfie Green. HEX triplet: 0B, 73 and 7E. RGB value is (11,115,126). Sum of RGB (Red+Green+Blue) = 11+115+126=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #0B737E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B737E is #F48C81. Grayscale: #555555. Windows color (decimal): -16026754 or 8286987. OLE color: 8286987.
HSL color Cylindrical-coordinate representation of color #0B737E: hue angle of 185.74º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B737E is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 115 | 126 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.51 |
| HSL | 185.74º | 0.84% | 0.27% | - |
| HSV(B) | 185.74º | 0.91% | 0.49% | - |
| XYZ | 10.03 | 13.84 | 21.88 | - |
| YUV | 85.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 126 | 0.91 | 0.09 | 0 | 0.51 | 185.74 | 0.84 | 0.27 |
| Hex | B | 73 | 7E | 5B | 9 | 0 | 33 | BA | 54 | 1B |
| Octal | 13 | 163 | 176 | 133 | 11 | 0 | 63 | 272 | 124 | 33 |
| Binary | 1011 | 1110011 | 1111110 | 1011011 | 1001 | 0 | 110011 | 10111010 | 1010100 | 11011 |
Color Harmonies of #0B737E
Complementary color
Monochromatic Colors of #0B737E
Black with #0B737E
Text Example
Text Example
White with #0B737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B737E; }
p { color: rgb(11,115,126); }
H1.HeaderClassName
{
color: #0B737E;
}
.AnyTagClassName
{
color: #0B737E;
}
</style>
background-color css
<style>
a { background-color: #0B737E; }
a { background-color: rgb(11,115,126); }
div.DivClassName
{
background-color: #0B737E;
}
.BgClassName
{
background-color: #0B737E;
}
</style>
border-color css
<style>
span { border-color: #0B737E; }
span { border-color: rgb(11,115,126); }
td.TdClassName
{
border-color: #0B737E;
}
.TagClassName
{
border-color: #0B737E;
}
</style>