Shades of Endeavour #125397
Tints of Endeavour #125397
RGB
CMYK
RGB Variations
Color information
#125397 (or 0x125397) is known color: Endeavour. HEX triplet: 12, 53 and 97. RGB value is (18,83,151). Sum of RGB (Red+Green+Blue) = 18+83+151=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #125397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125397 is #EDAC68. Grayscale: #464646. Windows color (decimal): -15576169 or 9917202. OLE color: 9917202.
HSL color Cylindrical-coordinate representation of color #125397: hue angle of 210.68º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125397 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 83 | 151 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.41 |
| HSL | 210.68º | 0.79% | 0.33% | - |
| HSV(B) | 210.68º | 0.88% | 0.59% | - |
| XYZ | 8.93 | 8.55 | 30.46 | - |
| YUV | 71.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 151 | 0.88 | 0.45 | 0 | 0.41 | 210.68 | 0.79 | 0.33 |
| Hex | 12 | 53 | 97 | 58 | 2D | 0 | 29 | D3 | 4F | 21 |
| Octal | 22 | 123 | 227 | 130 | 55 | 0 | 51 | 323 | 117 | 41 |
| Binary | 10010 | 1010011 | 10010111 | 1011000 | 101101 | 0 | 101001 | 11010011 | 1001111 | 100001 |
Color Harmonies of #125397
Complementary color
Monochromatic Colors of #125397
Black with #125397
Text Example
Text Example
White with #125397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125397; }
p { color: rgb(18,83,151); }
H1.HeaderClassName
{
color: #125397;
}
.AnyTagClassName
{
color: #125397;
}
</style>
background-color css
<style>
a { background-color: #125397; }
a { background-color: rgb(18,83,151); }
div.DivClassName
{
background-color: #125397;
}
.BgClassName
{
background-color: #125397;
}
</style>
border-color css
<style>
span { border-color: #125397; }
span { border-color: rgb(18,83,151); }
td.TdClassName
{
border-color: #125397;
}
.TagClassName
{
border-color: #125397;
}
</style>