Shades of Endeavour #145F9C
Tints of Endeavour #145F9C
RGB
CMYK
RGB Variations
Color information
#145F9C (or 0x145F9C) is known color: Endeavour. HEX triplet: 14, 5F and 9C. RGB value is (20,95,156). Sum of RGB (Red+Green+Blue) = 20+95+156=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #145F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F9C is #EBA063. Grayscale: #4F4F4F. Windows color (decimal): -15442020 or 10247956. OLE color: 10247956.
HSL color Cylindrical-coordinate representation of color #145F9C: hue angle of 206.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145F9C is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 95 | 156 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.39 |
| HSL | 206.91º | 0.77% | 0.35% | - |
| HSV(B) | 206.91º | 0.87% | 0.61% | - |
| XYZ | 10.38 | 10.73 | 32.98 | - |
| YUV | 79.53 | 171.15 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 156 | 0.87 | 0.39 | 0 | 0.39 | 206.91 | 0.77 | 0.35 |
| Hex | 14 | 5F | 9C | 57 | 27 | 0 | 27 | CF | 4D | 23 |
| Octal | 24 | 137 | 234 | 127 | 47 | 0 | 47 | 317 | 115 | 43 |
| Binary | 10100 | 1011111 | 10011100 | 1010111 | 100111 | 0 | 100111 | 11001111 | 1001101 | 100011 |
Color Harmonies of #145F9C
Complementary color
Monochromatic Colors of #145F9C
Black with #145F9C
Text Example
Text Example
White with #145F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F9C; }
p { color: rgb(20,95,156); }
H1.HeaderClassName
{
color: #145F9C;
}
.AnyTagClassName
{
color: #145F9C;
}
</style>
background-color css
<style>
a { background-color: #145F9C; }
a { background-color: rgb(20,95,156); }
div.DivClassName
{
background-color: #145F9C;
}
.BgClassName
{
background-color: #145F9C;
}
</style>
border-color css
<style>
span { border-color: #145F9C; }
span { border-color: rgb(20,95,156); }
td.TdClassName
{
border-color: #145F9C;
}
.TagClassName
{
border-color: #145F9C;
}
</style>