Shades of Navy Blue #0366DE
Tints of Navy Blue #0366DE
RGB
CMYK
RGB Variations
Color information
#0366DE (or 0x0366DE) is known color: Navy Blue. HEX triplet: 03, 66 and DE. RGB value is (3,102,222). Sum of RGB (Red+Green+Blue) = 3+102+222=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #0366DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366DE is #FC9921. Grayscale: #555555. Windows color (decimal): -16554274 or 14575107. OLE color: 14575107.
HSL color Cylindrical-coordinate representation of color #0366DE: hue angle of 212.88º 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 #0366DE is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 102 | 222 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.13 |
| HSL | 212.88º | 0.97% | 0.44% | - |
| HSV(B) | 212.88º | 0.99% | 0.87% | - |
| XYZ | 17.97 | 14.8 | 71.02 | - |
| YUV | 86.08 | 204.7 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 222 | 0.99 | 0.54 | 0 | 0.13 | 212.88 | 0.97 | 0.44 |
| Hex | 3 | 66 | DE | 63 | 36 | 0 | D | D5 | 61 | 2C |
| Octal | 3 | 146 | 336 | 143 | 66 | 0 | 15 | 325 | 141 | 54 |
| Binary | 11 | 1100110 | 11011110 | 1100011 | 110110 | 0 | 1101 | 11010101 | 1100001 | 101100 |
Color Harmonies of #0366DE
Complementary color
Monochromatic Colors of #0366DE
Black with #0366DE
Text Example
Text Example
White with #0366DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366DE; }
p { color: rgb(3,102,222); }
H1.HeaderClassName
{
color: #0366DE;
}
.AnyTagClassName
{
color: #0366DE;
}
</style>
background-color css
<style>
a { background-color: #0366DE; }
a { background-color: rgb(3,102,222); }
div.DivClassName
{
background-color: #0366DE;
}
.BgClassName
{
background-color: #0366DE;
}
</style>
border-color css
<style>
span { border-color: #0366DE; }
span { border-color: rgb(3,102,222); }
td.TdClassName
{
border-color: #0366DE;
}
.TagClassName
{
border-color: #0366DE;
}
</style>