Shades of Cobalt #065C9A
Tints of Cobalt #065C9A
RGB
CMYK
RGB Variations
Color information
#065C9A (or 0x065C9A) is known color: Cobalt. HEX triplet: 06, 5C and 9A. RGB value is (6,92,154). Sum of RGB (Red+Green+Blue) = 6+92+154=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #065C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C9A is #F9A365. Grayscale: #494949. Windows color (decimal): -16360294 or 10116102. OLE color: 10116102.
HSL color Cylindrical-coordinate representation of color #065C9A: hue angle of 205.14º degrees, saturation: 0.93, 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 #065C9A is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 92 | 154 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.40 |
| HSL | 205.14º | 0.93% | 0.31% | - |
| HSV(B) | 205.14º | 0.96% | 0.6% | - |
| XYZ | 9.73 | 10.03 | 31.99 | - |
| YUV | 73.35 | 173.51 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 154 | 0.96 | 0.40 | 0 | 0.40 | 205.14 | 0.93 | 0.31 |
| Hex | 6 | 5C | 9A | 60 | 28 | 0 | 28 | CD | 5C | 1F |
| Octal | 6 | 134 | 232 | 140 | 50 | 0 | 50 | 315 | 134 | 37 |
| Binary | 110 | 1011100 | 10011010 | 1100000 | 101000 | 0 | 101000 | 11001101 | 1011100 | 11111 |
Color Harmonies of #065C9A
Complementary color
Monochromatic Colors of #065C9A
Black with #065C9A
Text Example
Text Example
White with #065C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065C9A; }
p { color: rgb(6,92,154); }
H1.HeaderClassName
{
color: #065C9A;
}
.AnyTagClassName
{
color: #065C9A;
}
</style>
background-color css
<style>
a { background-color: #065C9A; }
a { background-color: rgb(6,92,154); }
div.DivClassName
{
background-color: #065C9A;
}
.BgClassName
{
background-color: #065C9A;
}
</style>
border-color css
<style>
span { border-color: #065C9A; }
span { border-color: rgb(6,92,154); }
td.TdClassName
{
border-color: #065C9A;
}
.TagClassName
{
border-color: #065C9A;
}
</style>