Shades of Navy Blue #0669F1
Tints of Navy Blue #0669F1
RGB
CMYK
RGB Variations
Color information
#0669F1 (or 0x0669F1) is known color: Navy Blue. HEX triplet: 06, 69 and F1. RGB value is (6,105,241). Sum of RGB (Red+Green+Blue) = 6+105+241=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #0669F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0669F1 is #F9960E. Grayscale: #5A5A5A. Windows color (decimal): -16356879 or 15821062. OLE color: 15821062.
HSL color Cylindrical-coordinate representation of color #0669F1: hue angle of 214.72º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0669F1 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 105 | 241 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.05 |
| HSL | 214.72º | 0.95% | 0.48% | - |
| HSV(B) | 214.72º | 0.98% | 0.95% | - |
| XYZ | 21 | 16.49 | 85.3 | - |
| YUV | 90.9 | 212.7 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 241 | 0.98 | 0.56 | 0 | 0.05 | 214.72 | 0.95 | 0.48 |
| Hex | 6 | 69 | F1 | 62 | 38 | 0 | 5 | D7 | 5F | 30 |
| Octal | 6 | 151 | 361 | 142 | 70 | 0 | 5 | 327 | 137 | 60 |
| Binary | 110 | 1101001 | 11110001 | 1100010 | 111000 | 0 | 101 | 11010111 | 1011111 | 110000 |
Color Harmonies of #0669F1
Complementary color
Monochromatic Colors of #0669F1
Black with #0669F1
Text Example
Text Example
White with #0669F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669F1; }
p { color: rgb(6,105,241); }
H1.HeaderClassName
{
color: #0669F1;
}
.AnyTagClassName
{
color: #0669F1;
}
</style>
background-color css
<style>
a { background-color: #0669F1; }
a { background-color: rgb(6,105,241); }
div.DivClassName
{
background-color: #0669F1;
}
.BgClassName
{
background-color: #0669F1;
}
</style>
border-color css
<style>
span { border-color: #0669F1; }
span { border-color: rgb(6,105,241); }
td.TdClassName
{
border-color: #0669F1;
}
.TagClassName
{
border-color: #0669F1;
}
</style>