Shades of Navy Blue #0360DB
Tints of Navy Blue #0360DB
RGB
CMYK
RGB Variations
Color information
#0360DB (or 0x0360DB) is known color: Navy Blue. HEX triplet: 03, 60 and DB. RGB value is (3,96,219). Sum of RGB (Red+Green+Blue) = 3+96+219=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #0360DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0360DB is #FC9F24. Grayscale: #515151. Windows color (decimal): -16555813 or 14376963. OLE color: 14376963.
HSL color Cylindrical-coordinate representation of color #0360DB: hue angle of 214.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0360DB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 96 | 219 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.14 |
| HSL | 214.17º | 0.97% | 0.44% | - |
| HSV(B) | 214.17º | 0.99% | 0.86% | - |
| XYZ | 17.01 | 13.5 | 68.73 | - |
| YUV | 82.22 | 205.19 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 219 | 0.99 | 0.56 | 0 | 0.14 | 214.17 | 0.97 | 0.44 |
| Hex | 3 | 60 | DB | 63 | 38 | 0 | E | D6 | 61 | 2C |
| Octal | 3 | 140 | 333 | 143 | 70 | 0 | 16 | 326 | 141 | 54 |
| Binary | 11 | 1100000 | 11011011 | 1100011 | 111000 | 0 | 1110 | 11010110 | 1100001 | 101100 |
Color Harmonies of #0360DB
Complementary color
Monochromatic Colors of #0360DB
Black with #0360DB
Text Example
Text Example
White with #0360DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0360DB; }
p { color: rgb(3,96,219); }
H1.HeaderClassName
{
color: #0360DB;
}
.AnyTagClassName
{
color: #0360DB;
}
</style>
background-color css
<style>
a { background-color: #0360DB; }
a { background-color: rgb(3,96,219); }
div.DivClassName
{
background-color: #0360DB;
}
.BgClassName
{
background-color: #0360DB;
}
</style>
border-color css
<style>
span { border-color: #0360DB; }
span { border-color: rgb(3,96,219); }
td.TdClassName
{
border-color: #0360DB;
}
.TagClassName
{
border-color: #0360DB;
}
</style>