Shades of Navy Blue #0367DD
Tints of Navy Blue #0367DD
RGB
CMYK
RGB Variations
Color information
#0367DD (or 0x0367DD) is known color: Navy Blue. HEX triplet: 03, 67 and DD. RGB value is (3,103,221). Sum of RGB (Red+Green+Blue) = 3+103+221=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #0367DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367DD is #FC9822. Grayscale: #555555. Windows color (decimal): -16554019 or 14509827. OLE color: 14509827.
HSL color Cylindrical-coordinate representation of color #0367DD: hue angle of 212.48º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0367DD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 103 | 221 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.13 |
| HSL | 212.48º | 0.97% | 0.44% | - |
| HSV(B) | 212.48º | 0.99% | 0.87% | - |
| XYZ | 17.94 | 14.94 | 70.34 | - |
| YUV | 86.55 | 203.87 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 221 | 0.99 | 0.53 | 0 | 0.13 | 212.48 | 0.97 | 0.44 |
| Hex | 3 | 67 | DD | 63 | 35 | 0 | D | D4 | 61 | 2C |
| Octal | 3 | 147 | 335 | 143 | 65 | 0 | 15 | 324 | 141 | 54 |
| Binary | 11 | 1100111 | 11011101 | 1100011 | 110101 | 0 | 1101 | 11010100 | 1100001 | 101100 |
Color Harmonies of #0367DD
Complementary color
Monochromatic Colors of #0367DD
Black with #0367DD
Text Example
Text Example
White with #0367DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0367DD; }
p { color: rgb(3,103,221); }
H1.HeaderClassName
{
color: #0367DD;
}
.AnyTagClassName
{
color: #0367DD;
}
</style>
background-color css
<style>
a { background-color: #0367DD; }
a { background-color: rgb(3,103,221); }
div.DivClassName
{
background-color: #0367DD;
}
.BgClassName
{
background-color: #0367DD;
}
</style>
border-color css
<style>
span { border-color: #0367DD; }
span { border-color: rgb(3,103,221); }
td.TdClassName
{
border-color: #0367DD;
}
.TagClassName
{
border-color: #0367DD;
}
</style>