Shades of Navy Blue #0667EC
Tints of Navy Blue #0667EC
RGB
CMYK
RGB Variations
Color information
#0667EC (or 0x0667EC) is known color: Navy Blue. HEX triplet: 06, 67 and EC. RGB value is (6,103,236). Sum of RGB (Red+Green+Blue) = 6+103+236=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #0667EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0667EC is #F99813. Grayscale: #585858. Windows color (decimal): -16357396 or 15492870. OLE color: 15492870.
HSL color Cylindrical-coordinate representation of color #0667EC: hue angle of 214.7º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0667EC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 103 | 236 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.07 |
| HSL | 214.7º | 0.95% | 0.47% | - |
| HSV(B) | 214.7º | 0.97% | 0.93% | - |
| XYZ | 20.07 | 15.8 | 81.35 | - |
| YUV | 89.16 | 210.86 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 236 | 0.97 | 0.56 | 0 | 0.07 | 214.7 | 0.95 | 0.47 |
| Hex | 6 | 67 | EC | 61 | 38 | 0 | 7 | D7 | 5F | 2F |
| Octal | 6 | 147 | 354 | 141 | 70 | 0 | 7 | 327 | 137 | 57 |
| Binary | 110 | 1100111 | 11101100 | 1100001 | 111000 | 0 | 111 | 11010111 | 1011111 | 101111 |
Color Harmonies of #0667EC
Complementary color
Monochromatic Colors of #0667EC
Black with #0667EC
Text Example
Text Example
White with #0667EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0667EC; }
p { color: rgb(6,103,236); }
H1.HeaderClassName
{
color: #0667EC;
}
.AnyTagClassName
{
color: #0667EC;
}
</style>
background-color css
<style>
a { background-color: #0667EC; }
a { background-color: rgb(6,103,236); }
div.DivClassName
{
background-color: #0667EC;
}
.BgClassName
{
background-color: #0667EC;
}
</style>
border-color css
<style>
span { border-color: #0667EC; }
span { border-color: rgb(6,103,236); }
td.TdClassName
{
border-color: #0667EC;
}
.TagClassName
{
border-color: #0667EC;
}
</style>