Shades of Navy Blue #0065C3
Tints of Navy Blue #0065C3
RGB
CMYK
RGB Variations
Color information
#0065C3 (or 0x0065C3) is known color: Navy Blue. HEX triplet: 00, 65 and C3. RGB value is (0,101,195). Sum of RGB (Red+Green+Blue) = 0+101+195=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 195 (76.56% from 255 or 65.88% from 296); Max value from RGB is 195 - color contains mainly: blue. Hex color #0065C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065C3 is #FF9A3C. Grayscale: #515151. Windows color (decimal): -16751165 or 12805376. OLE color: 12805376.
HSL color Cylindrical-coordinate representation of color #0065C3: hue angle of 208.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065C3 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 101 | 195 | - |
| CMYK | 1 | 0.48 | 0 | 0.24 |
| HSL | 208.92º | 1% | 0.38% | - |
| HSV(B) | 208.92º | 1% | 0.76% | - |
| XYZ | 14.5 | 13.25 | 53.42 | - |
| YUV | 81.52 | 192.04 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 195 | 1 | 0.48 | 0 | 0.24 | 208.92 | 1 | 0.38 |
| Hex | 0 | 65 | C3 | 64 | 30 | 0 | 18 | D1 | 64 | 26 |
| Octal | 0 | 145 | 303 | 144 | 60 | 0 | 30 | 321 | 144 | 46 |
| Binary | 0 | 1100101 | 11000011 | 1100100 | 110000 | 0 | 11000 | 11010001 | 1100100 | 100110 |
Color Harmonies of #0065C3
Complementary color
Monochromatic Colors of #0065C3
Black with #0065C3
Text Example
Text Example
White with #0065C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0065C3; }
p { color: rgb(0,101,195); }
H1.HeaderClassName
{
color: #0065C3;
}
.AnyTagClassName
{
color: #0065C3;
}
</style>
background-color css
<style>
a { background-color: #0065C3; }
a { background-color: rgb(0,101,195); }
div.DivClassName
{
background-color: #0065C3;
}
.BgClassName
{
background-color: #0065C3;
}
</style>
border-color css
<style>
span { border-color: #0065C3; }
span { border-color: rgb(0,101,195); }
td.TdClassName
{
border-color: #0065C3;
}
.TagClassName
{
border-color: #0065C3;
}
</style>