Shades of Navy Blue #0365DD
Tints of Navy Blue #0365DD
RGB
CMYK
RGB Variations
Color information
#0365DD (or 0x0365DD) is known color: Navy Blue. HEX triplet: 03, 65 and DD. RGB value is (3,101,221). Sum of RGB (Red+Green+Blue) = 3+101+221=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #0365DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0365DD is #FC9A22. Grayscale: #545454. Windows color (decimal): -16554531 or 14509315. OLE color: 14509315.
HSL color Cylindrical-coordinate representation of color #0365DD: hue angle of 213.03º 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 #0365DD is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 101 | 221 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.13 |
| HSL | 213.03º | 0.97% | 0.44% | - |
| HSV(B) | 213.03º | 0.99% | 0.87% | - |
| XYZ | 17.74 | 14.55 | 70.28 | - |
| YUV | 85.38 | 204.53 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 221 | 0.99 | 0.54 | 0 | 0.13 | 213.03 | 0.97 | 0.44 |
| Hex | 3 | 65 | DD | 63 | 36 | 0 | D | D5 | 61 | 2C |
| Octal | 3 | 145 | 335 | 143 | 66 | 0 | 15 | 325 | 141 | 54 |
| Binary | 11 | 1100101 | 11011101 | 1100011 | 110110 | 0 | 1101 | 11010101 | 1100001 | 101100 |
Color Harmonies of #0365DD
Complementary color
Monochromatic Colors of #0365DD
Black with #0365DD
Text Example
Text Example
White with #0365DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0365DD; }
p { color: rgb(3,101,221); }
H1.HeaderClassName
{
color: #0365DD;
}
.AnyTagClassName
{
color: #0365DD;
}
</style>
background-color css
<style>
a { background-color: #0365DD; }
a { background-color: rgb(3,101,221); }
div.DivClassName
{
background-color: #0365DD;
}
.BgClassName
{
background-color: #0365DD;
}
</style>
border-color css
<style>
span { border-color: #0365DD; }
span { border-color: rgb(3,101,221); }
td.TdClassName
{
border-color: #0365DD;
}
.TagClassName
{
border-color: #0365DD;
}
</style>