Shades of Endeavour #12649C
Tints of Endeavour #12649C
RGB
CMYK
RGB Variations
Color information
#12649C (or 0x12649C) is known color: Endeavour. HEX triplet: 12, 64 and 9C. RGB value is (18,100,156). Sum of RGB (Red+Green+Blue) = 18+100+156=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #12649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12649C is #ED9B63. Grayscale: #515151. Windows color (decimal): -15571812 or 10249234. OLE color: 10249234.
HSL color Cylindrical-coordinate representation of color #12649C: hue angle of 204.35º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12649C is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 100 | 156 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.39 |
| HSL | 204.35º | 0.79% | 0.34% | - |
| HSV(B) | 204.35º | 0.88% | 0.61% | - |
| XYZ | 10.81 | 11.64 | 33.13 | - |
| YUV | 81.87 | 169.83 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 156 | 0.88 | 0.36 | 0 | 0.39 | 204.35 | 0.79 | 0.34 |
| Hex | 12 | 64 | 9C | 58 | 24 | 0 | 27 | CC | 4F | 22 |
| Octal | 22 | 144 | 234 | 130 | 44 | 0 | 47 | 314 | 117 | 42 |
| Binary | 10010 | 1100100 | 10011100 | 1011000 | 100100 | 0 | 100111 | 11001100 | 1001111 | 100010 |
Color Harmonies of #12649C
Complementary color
Monochromatic Colors of #12649C
Black with #12649C
Text Example
Text Example
White with #12649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12649C; }
p { color: rgb(18,100,156); }
H1.HeaderClassName
{
color: #12649C;
}
.AnyTagClassName
{
color: #12649C;
}
</style>
background-color css
<style>
a { background-color: #12649C; }
a { background-color: rgb(18,100,156); }
div.DivClassName
{
background-color: #12649C;
}
.BgClassName
{
background-color: #12649C;
}
</style>
border-color css
<style>
span { border-color: #12649C; }
span { border-color: rgb(18,100,156); }
td.TdClassName
{
border-color: #12649C;
}
.TagClassName
{
border-color: #12649C;
}
</style>