Shades of Cobalt #065E9F
Tints of Cobalt #065E9F
RGB
CMYK
RGB Variations
Color information
#065E9F (or 0x065E9F) is known color: Cobalt. HEX triplet: 06, 5E and 9F. RGB value is (6,94,159). Sum of RGB (Red+Green+Blue) = 6+94+159=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #065E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E9F is #F9A160. Grayscale: #4A4A4A. Windows color (decimal): -16359777 or 10444294. OLE color: 10444294.
HSL color Cylindrical-coordinate representation of color #065E9F: hue angle of 205.49º 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 #065E9F is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 94 | 159 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.38 |
| HSL | 205.49º | 0.93% | 0.32% | - |
| HSV(B) | 205.49º | 0.96% | 0.62% | - |
| XYZ | 10.34 | 10.55 | 34.29 | - |
| YUV | 75.1 | 175.35 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 159 | 0.96 | 0.41 | 0 | 0.38 | 205.49 | 0.93 | 0.32 |
| Hex | 6 | 5E | 9F | 60 | 29 | 0 | 26 | CD | 5D | 20 |
| Octal | 6 | 136 | 237 | 140 | 51 | 0 | 46 | 315 | 135 | 40 |
| Binary | 110 | 1011110 | 10011111 | 1100000 | 101001 | 0 | 100110 | 11001101 | 1011101 | 100000 |
Color Harmonies of #065E9F
Complementary color
Monochromatic Colors of #065E9F
Black with #065E9F
Text Example
Text Example
White with #065E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E9F; }
p { color: rgb(6,94,159); }
H1.HeaderClassName
{
color: #065E9F;
}
.AnyTagClassName
{
color: #065E9F;
}
</style>
background-color css
<style>
a { background-color: #065E9F; }
a { background-color: rgb(6,94,159); }
div.DivClassName
{
background-color: #065E9F;
}
.BgClassName
{
background-color: #065E9F;
}
</style>
border-color css
<style>
span { border-color: #065E9F; }
span { border-color: rgb(6,94,159); }
td.TdClassName
{
border-color: #065E9F;
}
.TagClassName
{
border-color: #065E9F;
}
</style>