Shades of Deep Teal #0F413B
Tints of Deep Teal #0F413B
RGB
CMYK
RGB Variations
Color information
#0F413B (or 0x0F413B) is known color: Deep Teal. HEX triplet: 0F, 41 and 3B. RGB value is (15,65,59). Sum of RGB (Red+Green+Blue) = 15+65+59=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #0F413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F413B is #F0BEC4. Grayscale: #313131. Windows color (decimal): -15777477 or 3883279. OLE color: 3883279.
HSL color Cylindrical-coordinate representation of color #0F413B: hue angle of 172.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F413B is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
RGB | 15 | 65 | 59 | - |
CMYK | 0.77 | 0 | 0.09 | 0.75 |
HSL | 172.8º | 0.63% | 0.16% | - |
HSV(B) | 172.8º | 0.77% | 0.25% | - |
XYZ | 2.88 | 4.2 | 4.8 | - |
YUV | 49.37 | 133.44 | 103.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 65 | 59 | 0.77 | 0 | 0.09 | 0.75 | 172.8 | 0.63 | 0.16 |
Hex | F | 41 | 3B | 4D | 0 | 9 | 4B | AD | 3E | 10 |
Octal | 17 | 101 | 73 | 115 | 0 | 11 | 113 | 255 | 76 | 20 |
Binary | 1111 | 1000001 | 111011 | 1001101 | 0 | 1001 | 1001011 | 10101101 | 111110 | 10000 |
Color Harmonies of #0F413B
Complementary color
Monochromatic Colors of #0F413B
Black with #0F413B
Text Example
Text Example
White with #0F413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F413B; }
p { color: rgb(15,65,59); }
H1.HeaderClassName
{
color: #0F413B;
}
.AnyTagClassName
{
color: #0F413B;
}
</style>
background-color css
<style>
a { background-color: #0F413B; }
a { background-color: rgb(15,65,59); }
div.DivClassName
{
background-color: #0F413B;
}
.BgClassName
{
background-color: #0F413B;
}
</style>
border-color css
<style>
span { border-color: #0F413B; }
span { border-color: rgb(15,65,59); }
td.TdClassName
{
border-color: #0F413B;
}
.TagClassName
{
border-color: #0F413B;
}
</style>