Shades of Cobalt #065F9F
Tints of Cobalt #065F9F
RGB
CMYK
RGB Variations
Color information
#065F9F (or 0x065F9F) is known color: Cobalt. HEX triplet: 06, 5F and 9F. RGB value is (6,95,159). Sum of RGB (Red+Green+Blue) = 6+95+159=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #065F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065F9F is #F9A060. Grayscale: #4B4B4B. Windows color (decimal): -16359521 or 10444550. OLE color: 10444550.
HSL color Cylindrical-coordinate representation of color #065F9F: hue angle of 205.1º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065F9F is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 95 | 159 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.38 |
| HSL | 205.1º | 0.93% | 0.32% | - |
| HSV(B) | 205.1º | 0.96% | 0.62% | - |
| XYZ | 10.43 | 10.73 | 34.32 | - |
| YUV | 75.69 | 175.01 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 159 | 0.96 | 0.40 | 0 | 0.38 | 205.1 | 0.93 | 0.32 |
| Hex | 6 | 5F | 9F | 60 | 28 | 0 | 26 | CD | 5D | 20 |
| Octal | 6 | 137 | 237 | 140 | 50 | 0 | 46 | 315 | 135 | 40 |
| Binary | 110 | 1011111 | 10011111 | 1100000 | 101000 | 0 | 100110 | 11001101 | 1011101 | 100000 |
Color Harmonies of #065F9F
Complementary color
Monochromatic Colors of #065F9F
Black with #065F9F
Text Example
Text Example
White with #065F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F9F; }
p { color: rgb(6,95,159); }
H1.HeaderClassName
{
color: #065F9F;
}
.AnyTagClassName
{
color: #065F9F;
}
</style>
background-color css
<style>
a { background-color: #065F9F; }
a { background-color: rgb(6,95,159); }
div.DivClassName
{
background-color: #065F9F;
}
.BgClassName
{
background-color: #065F9F;
}
</style>
border-color css
<style>
span { border-color: #065F9F; }
span { border-color: rgb(6,95,159); }
td.TdClassName
{
border-color: #065F9F;
}
.TagClassName
{
border-color: #065F9F;
}
</style>