Shades of Navy Blue #036DF4
Tints of Navy Blue #036DF4
RGB
CMYK
RGB Variations
Color information
#036DF4 (or 0x036DF4) is known color: Navy Blue. HEX triplet: 03, 6D and F4. RGB value is (3,109,244). Sum of RGB (Red+Green+Blue) = 3+109+244=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #036DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036DF4 is #FC920B. Grayscale: #5C5C5C. Windows color (decimal): -16552460 or 16018691. OLE color: 16018691.
HSL color Cylindrical-coordinate representation of color #036DF4: hue angle of 213.61º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DF4 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 109 | 244 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.04 |
| HSL | 213.61º | 0.98% | 0.48% | - |
| HSV(B) | 213.61º | 0.99% | 0.96% | - |
| XYZ | 21.84 | 17.49 | 87.81 | - |
| YUV | 92.7 | 213.38 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 244 | 0.99 | 0.55 | 0 | 0.04 | 213.61 | 0.98 | 0.48 |
| Hex | 3 | 6D | F4 | 63 | 37 | 0 | 4 | D6 | 62 | 30 |
| Octal | 3 | 155 | 364 | 143 | 67 | 0 | 4 | 326 | 142 | 60 |
| Binary | 11 | 1101101 | 11110100 | 1100011 | 110111 | 0 | 100 | 11010110 | 1100010 | 110000 |
Color Harmonies of #036DF4
Complementary color
Monochromatic Colors of #036DF4
Black with #036DF4
Text Example
Text Example
White with #036DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DF4; }
p { color: rgb(3,109,244); }
H1.HeaderClassName
{
color: #036DF4;
}
.AnyTagClassName
{
color: #036DF4;
}
</style>
background-color css
<style>
a { background-color: #036DF4; }
a { background-color: rgb(3,109,244); }
div.DivClassName
{
background-color: #036DF4;
}
.BgClassName
{
background-color: #036DF4;
}
</style>
border-color css
<style>
span { border-color: #036DF4; }
span { border-color: rgb(3,109,244); }
td.TdClassName
{
border-color: #036DF4;
}
.TagClassName
{
border-color: #036DF4;
}
</style>