Shades of Allports #0D668D
Tints of Allports #0D668D
RGB
CMYK
RGB Variations
Color information
#0D668D (or 0x0D668D) is known color: Allports. HEX triplet: 0D, 66 and 8D. RGB value is (13,102,141). Sum of RGB (Red+Green+Blue) = 13+102+141=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D668D is #F29972. Grayscale: #4F4F4F. Windows color (decimal): -15898995 or 9266701. OLE color: 9266701.
HSL color Cylindrical-coordinate representation of color #0D668D: hue angle of 198.28º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D668D is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 102 | 141 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.45 |
| HSL | 198.28º | 0.83% | 0.3% | - |
| HSV(B) | 198.28º | 0.91% | 0.55% | - |
| XYZ | 9.73 | 11.51 | 26.91 | - |
| YUV | 79.84 | 162.51 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 102 | 141 | 0.91 | 0.28 | 0 | 0.45 | 198.28 | 0.83 | 0.3 |
| Hex | D | 66 | 8D | 5B | 1C | 0 | 2D | C6 | 53 | 1E |
| Octal | 15 | 146 | 215 | 133 | 34 | 0 | 55 | 306 | 123 | 36 |
| Binary | 1101 | 1100110 | 10001101 | 1011011 | 11100 | 0 | 101101 | 11000110 | 1010011 | 11110 |
Color Harmonies of #0D668D
Complementary color
Monochromatic Colors of #0D668D
Black with #0D668D
Text Example
Text Example
White with #0D668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D668D; }
p { color: rgb(13,102,141); }
H1.HeaderClassName
{
color: #0D668D;
}
.AnyTagClassName
{
color: #0D668D;
}
</style>
background-color css
<style>
a { background-color: #0D668D; }
a { background-color: rgb(13,102,141); }
div.DivClassName
{
background-color: #0D668D;
}
.BgClassName
{
background-color: #0D668D;
}
</style>
border-color css
<style>
span { border-color: #0D668D; }
span { border-color: rgb(13,102,141); }
td.TdClassName
{
border-color: #0D668D;
}
.TagClassName
{
border-color: #0D668D;
}
</style>