Shades of Navy Blue #036BF2
Tints of Navy Blue #036BF2
RGB
CMYK
RGB Variations
Color information
#036BF2 (or 0x036BF2) is known color: Navy Blue. HEX triplet: 03, 6B and F2. RGB value is (3,107,242). Sum of RGB (Red+Green+Blue) = 3+107+242=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #036BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BF2 is #FC940D. Grayscale: #5A5A5A. Windows color (decimal): -16552974 or 15887107. OLE color: 15887107.
HSL color Cylindrical-coordinate representation of color #036BF2: hue angle of 213.89º 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 #036BF2 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 107 | 242 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.05 |
| HSL | 213.89º | 0.98% | 0.48% | - |
| HSV(B) | 213.89º | 0.99% | 0.95% | - |
| XYZ | 21.32 | 16.95 | 86.15 | - |
| YUV | 91.29 | 213.04 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 242 | 0.99 | 0.56 | 0 | 0.05 | 213.89 | 0.98 | 0.48 |
| Hex | 3 | 6B | F2 | 63 | 38 | 0 | 5 | D6 | 62 | 30 |
| Octal | 3 | 153 | 362 | 143 | 70 | 0 | 5 | 326 | 142 | 60 |
| Binary | 11 | 1101011 | 11110010 | 1100011 | 111000 | 0 | 101 | 11010110 | 1100010 | 110000 |
Color Harmonies of #036BF2
Complementary color
Monochromatic Colors of #036BF2
Black with #036BF2
Text Example
Text Example
White with #036BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BF2; }
p { color: rgb(3,107,242); }
H1.HeaderClassName
{
color: #036BF2;
}
.AnyTagClassName
{
color: #036BF2;
}
</style>
background-color css
<style>
a { background-color: #036BF2; }
a { background-color: rgb(3,107,242); }
div.DivClassName
{
background-color: #036BF2;
}
.BgClassName
{
background-color: #036BF2;
}
</style>
border-color css
<style>
span { border-color: #036BF2; }
span { border-color: rgb(3,107,242); }
td.TdClassName
{
border-color: #036BF2;
}
.TagClassName
{
border-color: #036BF2;
}
</style>