Shades of Navy Blue #0667DF
Tints of Navy Blue #0667DF
RGB
CMYK
RGB Variations
Color information
#0667DF (or 0x0667DF) is known color: Navy Blue. HEX triplet: 06, 67 and DF. RGB value is (6,103,223). Sum of RGB (Red+Green+Blue) = 6+103+223=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #0667DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0667DF is #F99820. Grayscale: #575757. Windows color (decimal): -16357409 or 14640902. OLE color: 14640902.
HSL color Cylindrical-coordinate representation of color #0667DF: hue angle of 213.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0667DF is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 103 | 223 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.13 |
| HSL | 213.18º | 0.95% | 0.45% | - |
| HSV(B) | 213.18º | 0.97% | 0.87% | - |
| XYZ | 18.24 | 15.07 | 71.76 | - |
| YUV | 87.68 | 204.36 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 223 | 0.97 | 0.54 | 0 | 0.13 | 213.18 | 0.95 | 0.45 |
| Hex | 6 | 67 | DF | 61 | 36 | 0 | D | D5 | 5F | 2D |
| Octal | 6 | 147 | 337 | 141 | 66 | 0 | 15 | 325 | 137 | 55 |
| Binary | 110 | 1100111 | 11011111 | 1100001 | 110110 | 0 | 1101 | 11010101 | 1011111 | 101101 |
Color Harmonies of #0667DF
Complementary color
Monochromatic Colors of #0667DF
Black with #0667DF
Text Example
Text Example
White with #0667DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0667DF; }
p { color: rgb(6,103,223); }
H1.HeaderClassName
{
color: #0667DF;
}
.AnyTagClassName
{
color: #0667DF;
}
</style>
background-color css
<style>
a { background-color: #0667DF; }
a { background-color: rgb(6,103,223); }
div.DivClassName
{
background-color: #0667DF;
}
.BgClassName
{
background-color: #0667DF;
}
</style>
border-color css
<style>
span { border-color: #0667DF; }
span { border-color: rgb(6,103,223); }
td.TdClassName
{
border-color: #0667DF;
}
.TagClassName
{
border-color: #0667DF;
}
</style>