Shades of Navy Blue #006BF4
Tints of Navy Blue #006BF4
RGB
CMYK
RGB Variations
Color information
#006BF4 (or 0x006BF4) is known color: Navy Blue. HEX triplet: 00, 6B and F4. RGB value is (0,107,244). Sum of RGB (Red+Green+Blue) = 0+107+244=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 244 (95.70% from 255 or 69.52% from 351); Max value from RGB is 244 - color contains mainly: blue. Hex color #006BF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006BF4 is #FF940B. Grayscale: #595959. Windows color (decimal): -16749580 or 16018176. OLE color: 16018176.
HSL color Cylindrical-coordinate representation of color #006BF4: hue angle of 213.69º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BF4 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 107 | 244 | - |
| CMYK | 1 | 0.56 | 0 | 0.04 |
| HSL | 213.69º | 1% | 0.48% | - |
| HSV(B) | 213.69º | 1% | 0.96% | - |
| XYZ | 21.59 | 17.05 | 87.74 | - |
| YUV | 90.63 | 214.55 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 244 | 1 | 0.56 | 0 | 0.04 | 213.69 | 1 | 0.48 |
| Hex | 0 | 6B | F4 | 64 | 38 | 0 | 4 | D6 | 64 | 30 |
| Octal | 0 | 153 | 364 | 144 | 70 | 0 | 4 | 326 | 144 | 60 |
| Binary | 0 | 1101011 | 11110100 | 1100100 | 111000 | 0 | 100 | 11010110 | 1100100 | 110000 |
Color Harmonies of #006BF4
Complementary color
Monochromatic Colors of #006BF4
Black with #006BF4
Text Example
Text Example
White with #006BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BF4; }
p { color: rgb(0,107,244); }
H1.HeaderClassName
{
color: #006BF4;
}
.AnyTagClassName
{
color: #006BF4;
}
</style>
background-color css
<style>
a { background-color: #006BF4; }
a { background-color: rgb(0,107,244); }
div.DivClassName
{
background-color: #006BF4;
}
.BgClassName
{
background-color: #006BF4;
}
</style>
border-color css
<style>
span { border-color: #006BF4; }
span { border-color: rgb(0,107,244); }
td.TdClassName
{
border-color: #006BF4;
}
.TagClassName
{
border-color: #006BF4;
}
</style>