Shades of Cobalt #065FA3
Tints of Cobalt #065FA3
RGB
CMYK
RGB Variations
Color information
#065FA3 (or 0x065FA3) is known color: Cobalt. HEX triplet: 06, 5F and A3. RGB value is (6,95,163). Sum of RGB (Red+Green+Blue) = 6+95+163=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 163 (64.06% from 255 or 61.74% from 264); Max value from RGB is 163 - color contains mainly: blue. Hex color #065FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065FA3 is #F9A05C. Grayscale: #4B4B4B. Windows color (decimal): -16359517 or 10706694. OLE color: 10706694.
HSL color Cylindrical-coordinate representation of color #065FA3: hue angle of 205.99º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065FA3 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 95 | 163 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.36 |
| HSL | 205.99º | 0.93% | 0.33% | - |
| HSV(B) | 205.99º | 0.96% | 0.64% | - |
| XYZ | 10.78 | 10.87 | 36.18 | - |
| YUV | 76.14 | 177.01 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 163 | 0.96 | 0.42 | 0 | 0.36 | 205.99 | 0.93 | 0.33 |
| Hex | 6 | 5F | A3 | 60 | 2A | 0 | 24 | CE | 5D | 21 |
| Octal | 6 | 137 | 243 | 140 | 52 | 0 | 44 | 316 | 135 | 41 |
| Binary | 110 | 1011111 | 10100011 | 1100000 | 101010 | 0 | 100100 | 11001110 | 1011101 | 100001 |
Color Harmonies of #065FA3
Complementary color
Monochromatic Colors of #065FA3
Black with #065FA3
Text Example
Text Example
White with #065FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065FA3; }
p { color: rgb(6,95,163); }
H1.HeaderClassName
{
color: #065FA3;
}
.AnyTagClassName
{
color: #065FA3;
}
</style>
background-color css
<style>
a { background-color: #065FA3; }
a { background-color: rgb(6,95,163); }
div.DivClassName
{
background-color: #065FA3;
}
.BgClassName
{
background-color: #065FA3;
}
</style>
border-color css
<style>
span { border-color: #065FA3; }
span { border-color: rgb(6,95,163); }
td.TdClassName
{
border-color: #065FA3;
}
.TagClassName
{
border-color: #065FA3;
}
</style>