Shades of Allports #0D687C
Tints of Allports #0D687C
RGB
CMYK
RGB Variations
Color information
#0D687C (or 0x0D687C) is known color: Allports. HEX triplet: 0D, 68 and 7C. RGB value is (13,104,124). Sum of RGB (Red+Green+Blue) = 13+104+124=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D687C is #F29783. Grayscale: #4E4E4E. Windows color (decimal): -15898500 or 8153101. OLE color: 8153101.
HSL color Cylindrical-coordinate representation of color #0D687C: hue angle of 190.81º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D687C is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 104 | 124 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.51 |
| HSL | 190.81º | 0.81% | 0.27% | - |
| HSV(B) | 190.81º | 0.9% | 0.49% | - |
| XYZ | 8.75 | 11.44 | 20.82 | - |
| YUV | 79.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 124 | 0.90 | 0.16 | 0 | 0.51 | 190.81 | 0.81 | 0.27 |
| Hex | D | 68 | 7C | 5A | 10 | 0 | 33 | BF | 51 | 1B |
| Octal | 15 | 150 | 174 | 132 | 20 | 0 | 63 | 277 | 121 | 33 |
| Binary | 1101 | 1101000 | 1111100 | 1011010 | 10000 | 0 | 110011 | 10111111 | 1010001 | 11011 |
Color Harmonies of #0D687C
Complementary color
Monochromatic Colors of #0D687C
Black with #0D687C
Text Example
Text Example
White with #0D687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D687C; }
p { color: rgb(13,104,124); }
H1.HeaderClassName
{
color: #0D687C;
}
.AnyTagClassName
{
color: #0D687C;
}
</style>
background-color css
<style>
a { background-color: #0D687C; }
a { background-color: rgb(13,104,124); }
div.DivClassName
{
background-color: #0D687C;
}
.BgClassName
{
background-color: #0D687C;
}
</style>
border-color css
<style>
span { border-color: #0D687C; }
span { border-color: rgb(13,104,124); }
td.TdClassName
{
border-color: #0D687C;
}
.TagClassName
{
border-color: #0D687C;
}
</style>