Shades of Allports #0D6A8A
Tints of Allports #0D6A8A
RGB
CMYK
RGB Variations
Color information
#0D6A8A (or 0x0D6A8A) is known color: Allports. HEX triplet: 0D, 6A and 8A. RGB value is (13,106,138). Sum of RGB (Red+Green+Blue) = 13+106+138=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D6A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6A8A is #F29575. Grayscale: #515151. Windows color (decimal): -15897974 or 9071117. OLE color: 9071117.
HSL color Cylindrical-coordinate representation of color #0D6A8A: hue angle of 195.36º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6A8A is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 106 | 138 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.46 |
| HSL | 195.36º | 0.83% | 0.3% | - |
| HSV(B) | 195.36º | 0.91% | 0.54% | - |
| XYZ | 9.91 | 12.23 | 25.88 | - |
| YUV | 81.84 | 159.69 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 138 | 0.91 | 0.23 | 0 | 0.46 | 195.36 | 0.83 | 0.3 |
| Hex | D | 6A | 8A | 5B | 17 | 0 | 2E | C3 | 53 | 1E |
| Octal | 15 | 152 | 212 | 133 | 27 | 0 | 56 | 303 | 123 | 36 |
| Binary | 1101 | 1101010 | 10001010 | 1011011 | 10111 | 0 | 101110 | 11000011 | 1010011 | 11110 |
Color Harmonies of #0D6A8A
Complementary color
Monochromatic Colors of #0D6A8A
Black with #0D6A8A
Text Example
Text Example
White with #0D6A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6A8A; }
p { color: rgb(13,106,138); }
H1.HeaderClassName
{
color: #0D6A8A;
}
.AnyTagClassName
{
color: #0D6A8A;
}
</style>
background-color css
<style>
a { background-color: #0D6A8A; }
a { background-color: rgb(13,106,138); }
div.DivClassName
{
background-color: #0D6A8A;
}
.BgClassName
{
background-color: #0D6A8A;
}
</style>
border-color css
<style>
span { border-color: #0D6A8A; }
span { border-color: rgb(13,106,138); }
td.TdClassName
{
border-color: #0D6A8A;
}
.TagClassName
{
border-color: #0D6A8A;
}
</style>