Shades of Navy Blue #0641EE
Tints of Navy Blue #0641EE
RGB
CMYK
RGB Variations
Color information
#0641EE (or 0x0641EE) is known color: Navy Blue. HEX triplet: 06, 41 and EE. RGB value is (6,65,238). Sum of RGB (Red+Green+Blue) = 6+65+238=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 238 (93.36% from 255 or 77.02% from 309); Max value from RGB is 238 - color contains mainly: blue. Hex color #0641EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0641EE is #F9BE11. Grayscale: #424242. Windows color (decimal): -16367122 or 15614214. OLE color: 15614214.
HSL color Cylindrical-coordinate representation of color #0641EE: hue angle of 224.74º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0641EE is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 65 | 238 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.07 |
| HSL | 224.74º | 0.95% | 0.48% | - |
| HSV(B) | 224.74º | 0.97% | 0.93% | - |
| XYZ | 17.4 | 9.99 | 81.9 | - |
| YUV | 67.08 | 224.45 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 238 | 0.97 | 0.73 | 0 | 0.07 | 224.74 | 0.95 | 0.48 |
| Hex | 6 | 41 | EE | 61 | 49 | 0 | 7 | E1 | 5F | 30 |
| Octal | 6 | 101 | 356 | 141 | 111 | 0 | 7 | 341 | 137 | 60 |
| Binary | 110 | 1000001 | 11101110 | 1100001 | 1001001 | 0 | 111 | 11100001 | 1011111 | 110000 |
Color Harmonies of #0641EE
Complementary color
Monochromatic Colors of #0641EE
Black with #0641EE
Text Example
Text Example
White with #0641EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0641EE; }
p { color: rgb(6,65,238); }
H1.HeaderClassName
{
color: #0641EE;
}
.AnyTagClassName
{
color: #0641EE;
}
</style>
background-color css
<style>
a { background-color: #0641EE; }
a { background-color: rgb(6,65,238); }
div.DivClassName
{
background-color: #0641EE;
}
.BgClassName
{
background-color: #0641EE;
}
</style>
border-color css
<style>
span { border-color: #0641EE; }
span { border-color: rgb(6,65,238); }
td.TdClassName
{
border-color: #0641EE;
}
.TagClassName
{
border-color: #0641EE;
}
</style>