Shades of Navy Blue #0065B4
Tints of Navy Blue #0065B4
RGB
CMYK
RGB Variations
Color information
#0065B4 (or 0x0065B4) is known color: Navy Blue. HEX triplet: 00, 65 and B4. RGB value is (0,101,180). Sum of RGB (Red+Green+Blue) = 0+101+180=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #0065B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065B4 is #FF9A4B. Grayscale: #4F4F4F. Windows color (decimal): -16751180 or 11822336. OLE color: 11822336.
HSL color Cylindrical-coordinate representation of color #0065B4: hue angle of 206.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065B4 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 101 | 180 | - |
| CMYK | 1 | 0.44 | 0 | 0.29 |
| HSL | 206.33º | 1% | 0.35% | - |
| HSV(B) | 206.33º | 1% | 0.71% | - |
| XYZ | 12.89 | 12.6 | 44.93 | - |
| YUV | 79.81 | 184.54 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 180 | 1 | 0.44 | 0 | 0.29 | 206.33 | 1 | 0.35 |
| Hex | 0 | 65 | B4 | 64 | 2C | 0 | 1D | CE | 64 | 23 |
| Octal | 0 | 145 | 264 | 144 | 54 | 0 | 35 | 316 | 144 | 43 |
| Binary | 0 | 1100101 | 10110100 | 1100100 | 101100 | 0 | 11101 | 11001110 | 1100100 | 100011 |
Color Harmonies of #0065B4
Complementary color
Monochromatic Colors of #0065B4
Black with #0065B4
Text Example
Text Example
White with #0065B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0065B4; }
p { color: rgb(0,101,180); }
H1.HeaderClassName
{
color: #0065B4;
}
.AnyTagClassName
{
color: #0065B4;
}
</style>
background-color css
<style>
a { background-color: #0065B4; }
a { background-color: rgb(0,101,180); }
div.DivClassName
{
background-color: #0065B4;
}
.BgClassName
{
background-color: #0065B4;
}
</style>
border-color css
<style>
span { border-color: #0065B4; }
span { border-color: rgb(0,101,180); }
td.TdClassName
{
border-color: #0065B4;
}
.TagClassName
{
border-color: #0065B4;
}
</style>