Shades of Navy Blue #0367FC
Tints of Navy Blue #0367FC
RGB
CMYK
RGB Variations
Color information
#0367FC (or 0x0367FC) is known color: Navy Blue. HEX triplet: 03, 67 and FC. RGB value is (3,103,252). Sum of RGB (Red+Green+Blue) = 3+103+252=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #0367FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0367FC is #FC9803. Grayscale: #595959. Windows color (decimal): -16553988 or 16541443. OLE color: 16541443.
HSL color Cylindrical-coordinate representation of color #0367FC: hue angle of 215.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0367FC is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 103 | 252 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.01 |
| HSL | 215.9º | 0.98% | 0.5% | - |
| HSV(B) | 215.9º | 0.99% | 0.99% | - |
| XYZ | 22.46 | 16.75 | 94.14 | - |
| YUV | 90.09 | 219.37 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 252 | 0.99 | 0.59 | 0 | 0.01 | 215.9 | 0.98 | 0.5 |
| Hex | 3 | 67 | FC | 63 | 3B | 0 | 1 | D8 | 62 | 32 |
| Octal | 3 | 147 | 374 | 143 | 73 | 0 | 1 | 330 | 142 | 62 |
| Binary | 11 | 1100111 | 11111100 | 1100011 | 111011 | 0 | 1 | 11011000 | 1100010 | 110010 |
Color Harmonies of #0367FC
Complementary color
Monochromatic Colors of #0367FC
Black with #0367FC
Text Example
Text Example
White with #0367FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0367FC; }
p { color: rgb(3,103,252); }
H1.HeaderClassName
{
color: #0367FC;
}
.AnyTagClassName
{
color: #0367FC;
}
</style>
background-color css
<style>
a { background-color: #0367FC; }
a { background-color: rgb(3,103,252); }
div.DivClassName
{
background-color: #0367FC;
}
.BgClassName
{
background-color: #0367FC;
}
</style>
border-color css
<style>
span { border-color: #0367FC; }
span { border-color: rgb(3,103,252); }
td.TdClassName
{
border-color: #0367FC;
}
.TagClassName
{
border-color: #0367FC;
}
</style>