Shades of Cobalt #065F9D
Tints of Cobalt #065F9D
RGB
CMYK
RGB Variations
Color information
#065F9D (or 0x065F9D) is known color: Cobalt. HEX triplet: 06, 5F and 9D. RGB value is (6,95,157). Sum of RGB (Red+Green+Blue) = 6+95+157=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #065F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065F9D is #F9A062. Grayscale: #4B4B4B. Windows color (decimal): -16359523 or 10313478. OLE color: 10313478.
HSL color Cylindrical-coordinate representation of color #065F9D: hue angle of 204.64º 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 #065F9D is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 95 | 157 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.38 |
| HSL | 204.64º | 0.93% | 0.32% | - |
| HSV(B) | 204.64º | 0.96% | 0.62% | - |
| XYZ | 10.25 | 10.66 | 33.41 | - |
| YUV | 75.46 | 174.01 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 157 | 0.96 | 0.39 | 0 | 0.38 | 204.64 | 0.93 | 0.32 |
| Hex | 6 | 5F | 9D | 60 | 27 | 0 | 26 | CD | 5D | 20 |
| Octal | 6 | 137 | 235 | 140 | 47 | 0 | 46 | 315 | 135 | 40 |
| Binary | 110 | 1011111 | 10011101 | 1100000 | 100111 | 0 | 100110 | 11001101 | 1011101 | 100000 |
Color Harmonies of #065F9D
Complementary color
Monochromatic Colors of #065F9D
Black with #065F9D
Text Example
Text Example
White with #065F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F9D; }
p { color: rgb(6,95,157); }
H1.HeaderClassName
{
color: #065F9D;
}
.AnyTagClassName
{
color: #065F9D;
}
</style>
background-color css
<style>
a { background-color: #065F9D; }
a { background-color: rgb(6,95,157); }
div.DivClassName
{
background-color: #065F9D;
}
.BgClassName
{
background-color: #065F9D;
}
</style>
border-color css
<style>
span { border-color: #065F9D; }
span { border-color: rgb(6,95,157); }
td.TdClassName
{
border-color: #065F9D;
}
.TagClassName
{
border-color: #065F9D;
}
</style>