Shades of Navy Blue #0063B8
Tints of Navy Blue #0063B8
RGB
CMYK
RGB Variations
Color information
#0063B8 (or 0x0063B8) is known color: Navy Blue. HEX triplet: 00, 63 and B8. RGB value is (0,99,184). Sum of RGB (Red+Green+Blue) = 0+99+184=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 184 (72.27% from 255 or 65.02% from 283); Max value from RGB is 184 - color contains mainly: blue. Hex color #0063B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0063B8 is #FF9C47. Grayscale: #4E4E4E. Windows color (decimal): -16751688 or 12083968. OLE color: 12083968.
HSL color Cylindrical-coordinate representation of color #0063B8: hue angle of 207.72º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063B8 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 99 | 184 | - |
| CMYK | 1 | 0.46 | 0 | 0.28 |
| HSL | 207.72º | 1% | 0.36% | - |
| HSV(B) | 207.72º | 1% | 0.72% | - |
| XYZ | 13.11 | 12.38 | 47.05 | - |
| YUV | 79.09 | 187.2 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 184 | 1 | 0.46 | 0 | 0.28 | 207.72 | 1 | 0.36 |
| Hex | 0 | 63 | B8 | 64 | 2E | 0 | 1C | D0 | 64 | 24 |
| Octal | 0 | 143 | 270 | 144 | 56 | 0 | 34 | 320 | 144 | 44 |
| Binary | 0 | 1100011 | 10111000 | 1100100 | 101110 | 0 | 11100 | 11010000 | 1100100 | 100100 |
Color Harmonies of #0063B8
Complementary color
Monochromatic Colors of #0063B8
Black with #0063B8
Text Example
Text Example
White with #0063B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0063B8; }
p { color: rgb(0,99,184); }
H1.HeaderClassName
{
color: #0063B8;
}
.AnyTagClassName
{
color: #0063B8;
}
</style>
background-color css
<style>
a { background-color: #0063B8; }
a { background-color: rgb(0,99,184); }
div.DivClassName
{
background-color: #0063B8;
}
.BgClassName
{
background-color: #0063B8;
}
</style>
border-color css
<style>
span { border-color: #0063B8; }
span { border-color: rgb(0,99,184); }
td.TdClassName
{
border-color: #0063B8;
}
.TagClassName
{
border-color: #0063B8;
}
</style>