Shades of Navy Blue #0365DB
Tints of Navy Blue #0365DB
RGB
CMYK
RGB Variations
Color information
#0365DB (or 0x0365DB) is known color: Navy Blue. HEX triplet: 03, 65 and DB. RGB value is (3,101,219). Sum of RGB (Red+Green+Blue) = 3+101+219=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #0365DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0365DB is #FC9A24. Grayscale: #545454. Windows color (decimal): -16554533 or 14378243. OLE color: 14378243.
HSL color Cylindrical-coordinate representation of color #0365DB: hue angle of 212.78º 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 #0365DB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 101 | 219 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.14 |
| HSL | 212.78º | 0.97% | 0.44% | - |
| HSV(B) | 212.78º | 0.99% | 0.86% | - |
| XYZ | 17.48 | 14.44 | 68.88 | - |
| YUV | 85.15 | 203.53 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 219 | 0.99 | 0.54 | 0 | 0.14 | 212.78 | 0.97 | 0.44 |
| Hex | 3 | 65 | DB | 63 | 36 | 0 | E | D5 | 61 | 2C |
| Octal | 3 | 145 | 333 | 143 | 66 | 0 | 16 | 325 | 141 | 54 |
| Binary | 11 | 1100101 | 11011011 | 1100011 | 110110 | 0 | 1110 | 11010101 | 1100001 | 101100 |
Color Harmonies of #0365DB
Complementary color
Monochromatic Colors of #0365DB
Black with #0365DB
Text Example
Text Example
White with #0365DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0365DB; }
p { color: rgb(3,101,219); }
H1.HeaderClassName
{
color: #0365DB;
}
.AnyTagClassName
{
color: #0365DB;
}
</style>
background-color css
<style>
a { background-color: #0365DB; }
a { background-color: rgb(3,101,219); }
div.DivClassName
{
background-color: #0365DB;
}
.BgClassName
{
background-color: #0365DB;
}
</style>
border-color css
<style>
span { border-color: #0365DB; }
span { border-color: rgb(3,101,219); }
td.TdClassName
{
border-color: #0365DB;
}
.TagClassName
{
border-color: #0365DB;
}
</style>