Shades of Navy Blue #036EF3
Tints of Navy Blue #036EF3
RGB
CMYK
RGB Variations
Color information
#036EF3 (or 0x036EF3) is known color: Navy Blue. HEX triplet: 03, 6E and F3. RGB value is (3,110,243). Sum of RGB (Red+Green+Blue) = 3+110+243=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #036EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EF3 is #FC910C. Grayscale: #5C5C5C. Windows color (decimal): -16552205 or 15953411. OLE color: 15953411.
HSL color Cylindrical-coordinate representation of color #036EF3: hue angle of 213.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EF3 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 110 | 243 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.05 |
| HSL | 213.25º | 0.98% | 0.48% | - |
| HSV(B) | 213.25º | 0.99% | 0.95% | - |
| XYZ | 21.79 | 17.64 | 87.05 | - |
| YUV | 93.17 | 212.55 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 243 | 0.99 | 0.55 | 0 | 0.05 | 213.25 | 0.98 | 0.48 |
| Hex | 3 | 6E | F3 | 63 | 37 | 0 | 5 | D5 | 62 | 30 |
| Octal | 3 | 156 | 363 | 143 | 67 | 0 | 5 | 325 | 142 | 60 |
| Binary | 11 | 1101110 | 11110011 | 1100011 | 110111 | 0 | 101 | 11010101 | 1100010 | 110000 |
Color Harmonies of #036EF3
Complementary color
Monochromatic Colors of #036EF3
Black with #036EF3
Text Example
Text Example
White with #036EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EF3; }
p { color: rgb(3,110,243); }
H1.HeaderClassName
{
color: #036EF3;
}
.AnyTagClassName
{
color: #036EF3;
}
</style>
background-color css
<style>
a { background-color: #036EF3; }
a { background-color: rgb(3,110,243); }
div.DivClassName
{
background-color: #036EF3;
}
.BgClassName
{
background-color: #036EF3;
}
</style>
border-color css
<style>
span { border-color: #036EF3; }
span { border-color: rgb(3,110,243); }
td.TdClassName
{
border-color: #036EF3;
}
.TagClassName
{
border-color: #036EF3;
}
</style>