Shades of Cobalt #065B9D
Tints of Cobalt #065B9D
RGB
CMYK
RGB Variations
Color information
#065B9D (or 0x065B9D) is known color: Cobalt. HEX triplet: 06, 5B and 9D. RGB value is (6,91,157). Sum of RGB (Red+Green+Blue) = 6+91+157=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #065B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B9D is #F9A462. Grayscale: #484848. Windows color (decimal): -16360547 or 10312454. OLE color: 10312454.
HSL color Cylindrical-coordinate representation of color #065B9D: hue angle of 206.23º 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 #065B9D is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 91 | 157 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.38 |
| HSL | 206.23º | 0.93% | 0.32% | - |
| HSV(B) | 206.23º | 0.96% | 0.62% | - |
| XYZ | 9.9 | 9.96 | 33.3 | - |
| YUV | 73.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 157 | 0.96 | 0.42 | 0 | 0.38 | 206.23 | 0.93 | 0.32 |
| Hex | 6 | 5B | 9D | 60 | 2A | 0 | 26 | CE | 5D | 20 |
| Octal | 6 | 133 | 235 | 140 | 52 | 0 | 46 | 316 | 135 | 40 |
| Binary | 110 | 1011011 | 10011101 | 1100000 | 101010 | 0 | 100110 | 11001110 | 1011101 | 100000 |
Color Harmonies of #065B9D
Complementary color
Monochromatic Colors of #065B9D
Black with #065B9D
Text Example
Text Example
White with #065B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B9D; }
p { color: rgb(6,91,157); }
H1.HeaderClassName
{
color: #065B9D;
}
.AnyTagClassName
{
color: #065B9D;
}
</style>
background-color css
<style>
a { background-color: #065B9D; }
a { background-color: rgb(6,91,157); }
div.DivClassName
{
background-color: #065B9D;
}
.BgClassName
{
background-color: #065B9D;
}
</style>
border-color css
<style>
span { border-color: #065B9D; }
span { border-color: rgb(6,91,157); }
td.TdClassName
{
border-color: #065B9D;
}
.TagClassName
{
border-color: #065B9D;
}
</style>