Shades of Cobalt #065B99
Tints of Cobalt #065B99
RGB
CMYK
RGB Variations
Color information
#065B99 (or 0x065B99) is known color: Cobalt. HEX triplet: 06, 5B and 99. RGB value is (6,91,153). Sum of RGB (Red+Green+Blue) = 6+91+153=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #065B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B99 is #F9A466. Grayscale: #484848. Windows color (decimal): -16360551 or 10050310. OLE color: 10050310.
HSL color Cylindrical-coordinate representation of color #065B99: hue angle of 205.31º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B99 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 91 | 153 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.4 |
| HSL | 205.31º | 0.92% | 0.31% | - |
| HSV(B) | 205.31º | 0.96% | 0.6% | - |
| XYZ | 9.57 | 9.82 | 31.53 | - |
| YUV | 72.65 | 173.34 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 153 | 0.96 | 0.41 | 0 | 0.4 | 205.31 | 0.92 | 0.31 |
| Hex | 6 | 5B | 99 | 60 | 29 | 0 | 28 | CD | 5C | 1F |
| Octal | 6 | 133 | 231 | 140 | 51 | 0 | 50 | 315 | 134 | 37 |
| Binary | 110 | 1011011 | 10011001 | 1100000 | 101001 | 0 | 101000 | 11001101 | 1011100 | 11111 |
Color Harmonies of #065B99
Complementary color
Monochromatic Colors of #065B99
Black with #065B99
Text Example
Text Example
White with #065B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B99; }
p { color: rgb(6,91,153); }
H1.HeaderClassName
{
color: #065B99;
}
.AnyTagClassName
{
color: #065B99;
}
</style>
background-color css
<style>
a { background-color: #065B99; }
a { background-color: rgb(6,91,153); }
div.DivClassName
{
background-color: #065B99;
}
.BgClassName
{
background-color: #065B99;
}
</style>
border-color css
<style>
span { border-color: #065B99; }
span { border-color: rgb(6,91,153); }
td.TdClassName
{
border-color: #065B99;
}
.TagClassName
{
border-color: #065B99;
}
</style>