Shades of Endeavour #0D5D9A
Tints of Endeavour #0D5D9A
RGB
CMYK
RGB Variations
Color information
#0D5D9A (or 0x0D5D9A) is known color: Endeavour. HEX triplet: 0D, 5D and 9A. RGB value is (13,93,154). Sum of RGB (Red+Green+Blue) = 13+93+154=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D5D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5D9A is #F2A265. Grayscale: #4B4B4B. Windows color (decimal): -15901286 or 10116365. OLE color: 10116365.
HSL color Cylindrical-coordinate representation of color #0D5D9A: hue angle of 205.96º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D5D9A is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 93 | 154 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.40 |
| HSL | 205.96º | 0.84% | 0.33% | - |
| HSV(B) | 205.96º | 0.92% | 0.6% | - |
| XYZ | 9.91 | 10.25 | 32.03 | - |
| YUV | 76.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 154 | 0.92 | 0.40 | 0 | 0.40 | 205.96 | 0.84 | 0.33 |
| Hex | D | 5D | 9A | 5C | 28 | 0 | 28 | CE | 54 | 21 |
| Octal | 15 | 135 | 232 | 134 | 50 | 0 | 50 | 316 | 124 | 41 |
| Binary | 1101 | 1011101 | 10011010 | 1011100 | 101000 | 0 | 101000 | 11001110 | 1010100 | 100001 |
Color Harmonies of #0D5D9A
Complementary color
Monochromatic Colors of #0D5D9A
Black with #0D5D9A
Text Example
Text Example
White with #0D5D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5D9A; }
p { color: rgb(13,93,154); }
H1.HeaderClassName
{
color: #0D5D9A;
}
.AnyTagClassName
{
color: #0D5D9A;
}
</style>
background-color css
<style>
a { background-color: #0D5D9A; }
a { background-color: rgb(13,93,154); }
div.DivClassName
{
background-color: #0D5D9A;
}
.BgClassName
{
background-color: #0D5D9A;
}
</style>
border-color css
<style>
span { border-color: #0D5D9A; }
span { border-color: rgb(13,93,154); }
td.TdClassName
{
border-color: #0D5D9A;
}
.TagClassName
{
border-color: #0D5D9A;
}
</style>