Shades of Endeavour #145F9B
Tints of Endeavour #145F9B
RGB
CMYK
RGB Variations
Color information
#145F9B (or 0x145F9B) is known color: Endeavour. HEX triplet: 14, 5F and 9B. RGB value is (20,95,155). Sum of RGB (Red+Green+Blue) = 20+95+155=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #145F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F9B is #EBA064. Grayscale: #4F4F4F. Windows color (decimal): -15442021 or 10182420. OLE color: 10182420.
HSL color Cylindrical-coordinate representation of color #145F9B: hue angle of 206.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145F9B is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 95 | 155 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.39 |
| HSL | 206.67º | 0.77% | 0.34% | - |
| HSV(B) | 206.67º | 0.87% | 0.61% | - |
| XYZ | 10.3 | 10.7 | 32.53 | - |
| YUV | 79.42 | 170.65 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 155 | 0.87 | 0.39 | 0 | 0.39 | 206.67 | 0.77 | 0.34 |
| Hex | 14 | 5F | 9B | 57 | 27 | 0 | 27 | CF | 4D | 22 |
| Octal | 24 | 137 | 233 | 127 | 47 | 0 | 47 | 317 | 115 | 42 |
| Binary | 10100 | 1011111 | 10011011 | 1010111 | 100111 | 0 | 100111 | 11001111 | 1001101 | 100010 |
Color Harmonies of #145F9B
Complementary color
Monochromatic Colors of #145F9B
Black with #145F9B
Text Example
Text Example
White with #145F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F9B; }
p { color: rgb(20,95,155); }
H1.HeaderClassName
{
color: #145F9B;
}
.AnyTagClassName
{
color: #145F9B;
}
</style>
background-color css
<style>
a { background-color: #145F9B; }
a { background-color: rgb(20,95,155); }
div.DivClassName
{
background-color: #145F9B;
}
.BgClassName
{
background-color: #145F9B;
}
</style>
border-color css
<style>
span { border-color: #145F9B; }
span { border-color: rgb(20,95,155); }
td.TdClassName
{
border-color: #145F9B;
}
.TagClassName
{
border-color: #145F9B;
}
</style>