Shades of Navy Blue #0065EB
Tints of Navy Blue #0065EB
RGB
CMYK
RGB Variations
Color information
#0065EB (or 0x0065EB) is known color: Navy Blue. HEX triplet: 00, 65 and EB. RGB value is (0,101,235). Sum of RGB (Red+Green+Blue) = 0+101+235=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #0065EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0065EB is #FF9A14. Grayscale: #555555. Windows color (decimal): -16751125 or 15426816. OLE color: 15426816.
HSL color Cylindrical-coordinate representation of color #0065EB: hue angle of 214.21º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065EB is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 101 | 235 | - |
| CMYK | 1 | 0.57 | 0 | 0.08 |
| HSL | 214.21º | 1% | 0.46% | - |
| HSV(B) | 214.21º | 1% | 0.92% | - |
| XYZ | 19.65 | 15.31 | 80.52 | - |
| YUV | 86.08 | 212.04 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 235 | 1 | 0.57 | 0 | 0.08 | 214.21 | 1 | 0.46 |
| Hex | 0 | 65 | EB | 64 | 39 | 0 | 8 | D6 | 64 | 2E |
| Octal | 0 | 145 | 353 | 144 | 71 | 0 | 10 | 326 | 144 | 56 |
| Binary | 0 | 1100101 | 11101011 | 1100100 | 111001 | 0 | 1000 | 11010110 | 1100100 | 101110 |
Color Harmonies of #0065EB
Complementary color
Monochromatic Colors of #0065EB
Black with #0065EB
Text Example
Text Example
White with #0065EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0065EB; }
p { color: rgb(0,101,235); }
H1.HeaderClassName
{
color: #0065EB;
}
.AnyTagClassName
{
color: #0065EB;
}
</style>
background-color css
<style>
a { background-color: #0065EB; }
a { background-color: rgb(0,101,235); }
div.DivClassName
{
background-color: #0065EB;
}
.BgClassName
{
background-color: #0065EB;
}
</style>
border-color css
<style>
span { border-color: #0065EB; }
span { border-color: rgb(0,101,235); }
td.TdClassName
{
border-color: #0065EB;
}
.TagClassName
{
border-color: #0065EB;
}
</style>