Shades of Navy Blue #0367F9
Tints of Navy Blue #0367F9
RGB
CMYK
RGB Variations
Color information
#0367F9 (or 0x0367F9) is known color: Navy Blue. HEX triplet: 03, 67 and F9. RGB value is (3,103,249). Sum of RGB (Red+Green+Blue) = 3+103+249=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 249 (97.66% from 255 or 70.14% from 355); Max value from RGB is 249 - color contains mainly: blue. Hex color #0367F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0367F9 is #FC9806. Grayscale: #595959. Windows color (decimal): -16553991 or 16344835. OLE color: 16344835.
HSL color Cylindrical-coordinate representation of color #0367F9: hue angle of 215.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0367F9 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 103 | 249 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.02 |
| HSL | 215.61º | 0.98% | 0.49% | - |
| HSV(B) | 215.61º | 0.99% | 0.98% | - |
| XYZ | 21.99 | 16.56 | 91.66 | - |
| YUV | 89.74 | 217.87 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 249 | 0.99 | 0.59 | 0 | 0.02 | 215.61 | 0.98 | 0.49 |
| Hex | 3 | 67 | F9 | 63 | 3B | 0 | 2 | D8 | 62 | 31 |
| Octal | 3 | 147 | 371 | 143 | 73 | 0 | 2 | 330 | 142 | 61 |
| Binary | 11 | 1100111 | 11111001 | 1100011 | 111011 | 0 | 10 | 11011000 | 1100010 | 110001 |
Color Harmonies of #0367F9
Complementary color
Monochromatic Colors of #0367F9
Black with #0367F9
Text Example
Text Example
White with #0367F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0367F9; }
p { color: rgb(3,103,249); }
H1.HeaderClassName
{
color: #0367F9;
}
.AnyTagClassName
{
color: #0367F9;
}
</style>
background-color css
<style>
a { background-color: #0367F9; }
a { background-color: rgb(3,103,249); }
div.DivClassName
{
background-color: #0367F9;
}
.BgClassName
{
background-color: #0367F9;
}
</style>
border-color css
<style>
span { border-color: #0367F9; }
span { border-color: rgb(3,103,249); }
td.TdClassName
{
border-color: #0367F9;
}
.TagClassName
{
border-color: #0367F9;
}
</style>