Shades of Navy Blue #0667DB
Tints of Navy Blue #0667DB
RGB
CMYK
RGB Variations
Color information
#0667DB (or 0x0667DB) is known color: Navy Blue. HEX triplet: 06, 67 and DB. RGB value is (6,103,219). Sum of RGB (Red+Green+Blue) = 6+103+219=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #0667DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0667DB is #F99824. Grayscale: #565656. Windows color (decimal): -16357413 or 14378758. OLE color: 14378758.
HSL color Cylindrical-coordinate representation of color #0667DB: hue angle of 212.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0667DB is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 103 | 219 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.14 |
| HSL | 212.68º | 0.95% | 0.44% | - |
| HSV(B) | 212.68º | 0.97% | 0.86% | - |
| XYZ | 17.71 | 14.85 | 68.95 | - |
| YUV | 87.22 | 202.36 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 219 | 0.97 | 0.53 | 0 | 0.14 | 212.68 | 0.95 | 0.44 |
| Hex | 6 | 67 | DB | 61 | 35 | 0 | E | D5 | 5F | 2C |
| Octal | 6 | 147 | 333 | 141 | 65 | 0 | 16 | 325 | 137 | 54 |
| Binary | 110 | 1100111 | 11011011 | 1100001 | 110101 | 0 | 1110 | 11010101 | 1011111 | 101100 |
Color Harmonies of #0667DB
Complementary color
Monochromatic Colors of #0667DB
Black with #0667DB
Text Example
Text Example
White with #0667DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0667DB; }
p { color: rgb(6,103,219); }
H1.HeaderClassName
{
color: #0667DB;
}
.AnyTagClassName
{
color: #0667DB;
}
</style>
background-color css
<style>
a { background-color: #0667DB; }
a { background-color: rgb(6,103,219); }
div.DivClassName
{
background-color: #0667DB;
}
.BgClassName
{
background-color: #0667DB;
}
</style>
border-color css
<style>
span { border-color: #0667DB; }
span { border-color: rgb(6,103,219); }
td.TdClassName
{
border-color: #0667DB;
}
.TagClassName
{
border-color: #0667DB;
}
</style>