Shades of Governor Bay #42519B
Tints of Governor Bay #42519B
RGB
CMYK
RGB Variations
Color information
#42519B (or 0x42519B) is known color: Governor Bay. HEX triplet: 42, 51 and 9B. RGB value is (66,81,155). Sum of RGB (Red+Green+Blue) = 66+81+155=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #42519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42519B is #BDAE64. Grayscale: #545454. Windows color (decimal): -12430949 or 10178882. OLE color: 10178882.
HSL color Cylindrical-coordinate representation of color #42519B: hue angle of 229.89º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42519B is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 81 | 155 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.39 |
| HSL | 229.89º | 0.4% | 0.43% | - |
| HSV(B) | 229.89º | 0.57% | 0.61% | - |
| XYZ | 11.11 | 9.41 | 32.24 | - |
| YUV | 84.95 | 167.53 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 155 | 0.57 | 0.48 | 0 | 0.39 | 229.89 | 0.4 | 0.43 |
| Hex | 42 | 51 | 9B | 39 | 30 | 0 | 27 | E6 | 28 | 2B |
| Octal | 102 | 121 | 233 | 71 | 60 | 0 | 47 | 346 | 50 | 53 |
| Binary | 1000010 | 1010001 | 10011011 | 111001 | 110000 | 0 | 100111 | 11100110 | 101000 | 101011 |
Color Harmonies of #42519B
Complementary color
Monochromatic Colors of #42519B
Black with #42519B
Text Example
Text Example
White with #42519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42519B; }
p { color: rgb(66,81,155); }
H1.HeaderClassName
{
color: #42519B;
}
.AnyTagClassName
{
color: #42519B;
}
</style>
background-color css
<style>
a { background-color: #42519B; }
a { background-color: rgb(66,81,155); }
div.DivClassName
{
background-color: #42519B;
}
.BgClassName
{
background-color: #42519B;
}
</style>
border-color css
<style>
span { border-color: #42519B; }
span { border-color: rgb(66,81,155); }
td.TdClassName
{
border-color: #42519B;
}
.TagClassName
{
border-color: #42519B;
}
</style>