Shades of Endeavour #0D5D93
Tints of Endeavour #0D5D93
RGB
CMYK
RGB Variations
Color information
#0D5D93 (or 0x0D5D93) is known color: Endeavour. HEX triplet: 0D, 5D and 93. RGB value is (13,93,147). Sum of RGB (Red+Green+Blue) = 13+93+147=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D5D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5D93 is #F2A26C. Grayscale: #4A4A4A. Windows color (decimal): -15901293 or 9657613. OLE color: 9657613.
HSL color Cylindrical-coordinate representation of color #0D5D93: hue angle of 204.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5D93 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 93 | 147 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.42 |
| HSL | 204.18º | 0.84% | 0.31% | - |
| HSV(B) | 204.18º | 0.91% | 0.58% | - |
| XYZ | 9.35 | 10.02 | 29.05 | - |
| YUV | 75.24 | 168.5 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 147 | 0.91 | 0.37 | 0 | 0.42 | 204.18 | 0.84 | 0.31 |
| Hex | D | 5D | 93 | 5B | 25 | 0 | 2A | CC | 54 | 1F |
| Octal | 15 | 135 | 223 | 133 | 45 | 0 | 52 | 314 | 124 | 37 |
| Binary | 1101 | 1011101 | 10010011 | 1011011 | 100101 | 0 | 101010 | 11001100 | 1010100 | 11111 |
Color Harmonies of #0D5D93
Complementary color
Monochromatic Colors of #0D5D93
Black with #0D5D93
Text Example
Text Example
White with #0D5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5D93; }
p { color: rgb(13,93,147); }
H1.HeaderClassName
{
color: #0D5D93;
}
.AnyTagClassName
{
color: #0D5D93;
}
</style>
background-color css
<style>
a { background-color: #0D5D93; }
a { background-color: rgb(13,93,147); }
div.DivClassName
{
background-color: #0D5D93;
}
.BgClassName
{
background-color: #0D5D93;
}
</style>
border-color css
<style>
span { border-color: #0D5D93; }
span { border-color: rgb(13,93,147); }
td.TdClassName
{
border-color: #0D5D93;
}
.TagClassName
{
border-color: #0D5D93;
}
</style>