Shades of Allports #0D647E
Tints of Allports #0D647E
RGB
CMYK
RGB Variations
Color information
#0D647E (or 0x0D647E) is known color: Allports. HEX triplet: 0D, 64 and 7E. RGB value is (13,100,126). Sum of RGB (Red+Green+Blue) = 13+100+126=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D647E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D647E is #F29B81. Grayscale: #4C4C4C. Windows color (decimal): -15899522 or 8283149. OLE color: 8283149.
HSL color Cylindrical-coordinate representation of color #0D647E: hue angle of 193.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 #0D647E is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 100 | 126 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.51 |
| HSL | 193.81º | 0.81% | 0.27% | - |
| HSV(B) | 193.81º | 0.9% | 0.49% | - |
| XYZ | 8.49 | 10.71 | 21.36 | - |
| YUV | 76.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 100 | 126 | 0.90 | 0.21 | 0 | 0.51 | 193.81 | 0.81 | 0.27 |
| Hex | D | 64 | 7E | 5A | 15 | 0 | 33 | C2 | 51 | 1B |
| Octal | 15 | 144 | 176 | 132 | 25 | 0 | 63 | 302 | 121 | 33 |
| Binary | 1101 | 1100100 | 1111110 | 1011010 | 10101 | 0 | 110011 | 11000010 | 1010001 | 11011 |
Color Harmonies of #0D647E
Complementary color
Monochromatic Colors of #0D647E
Black with #0D647E
Text Example
Text Example
White with #0D647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D647E; }
p { color: rgb(13,100,126); }
H1.HeaderClassName
{
color: #0D647E;
}
.AnyTagClassName
{
color: #0D647E;
}
</style>
background-color css
<style>
a { background-color: #0D647E; }
a { background-color: rgb(13,100,126); }
div.DivClassName
{
background-color: #0D647E;
}
.BgClassName
{
background-color: #0D647E;
}
</style>
border-color css
<style>
span { border-color: #0D647E; }
span { border-color: rgb(13,100,126); }
td.TdClassName
{
border-color: #0D647E;
}
.TagClassName
{
border-color: #0D647E;
}
</style>