Shades of Navy Blue #036FF4
Tints of Navy Blue #036FF4
RGB
CMYK
RGB Variations
Color information
#036FF4 (or 0x036FF4) is known color: Navy Blue. HEX triplet: 03, 6F and F4. RGB value is (3,111,244). Sum of RGB (Red+Green+Blue) = 3+111+244=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #036FF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FF4 is #FC900B. Grayscale: #5D5D5D. Windows color (decimal): -16551948 or 16019203. OLE color: 16019203.
HSL color Cylindrical-coordinate representation of color #036FF4: hue angle of 213.11º 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 #036FF4 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 111 | 244 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.04 |
| HSL | 213.11º | 0.98% | 0.48% | - |
| HSV(B) | 213.11º | 0.99% | 0.96% | - |
| XYZ | 22.05 | 17.92 | 87.88 | - |
| YUV | 93.87 | 212.72 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 244 | 0.99 | 0.55 | 0 | 0.04 | 213.11 | 0.98 | 0.48 |
| Hex | 3 | 6F | F4 | 63 | 37 | 0 | 4 | D5 | 62 | 30 |
| Octal | 3 | 157 | 364 | 143 | 67 | 0 | 4 | 325 | 142 | 60 |
| Binary | 11 | 1101111 | 11110100 | 1100011 | 110111 | 0 | 100 | 11010101 | 1100010 | 110000 |
Color Harmonies of #036FF4
Complementary color
Monochromatic Colors of #036FF4
Black with #036FF4
Text Example
Text Example
White with #036FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FF4; }
p { color: rgb(3,111,244); }
H1.HeaderClassName
{
color: #036FF4;
}
.AnyTagClassName
{
color: #036FF4;
}
</style>
background-color css
<style>
a { background-color: #036FF4; }
a { background-color: rgb(3,111,244); }
div.DivClassName
{
background-color: #036FF4;
}
.BgClassName
{
background-color: #036FF4;
}
</style>
border-color css
<style>
span { border-color: #036FF4; }
span { border-color: rgb(3,111,244); }
td.TdClassName
{
border-color: #036FF4;
}
.TagClassName
{
border-color: #036FF4;
}
</style>