Shades of Navy Blue #0667DA
Tints of Navy Blue #0667DA
RGB
CMYK
RGB Variations
Color information
#0667DA (or 0x0667DA) is known color: Navy Blue. HEX triplet: 06, 67 and DA. RGB value is (6,103,218). Sum of RGB (Red+Green+Blue) = 6+103+218=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #0667DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0667DA is #F99825. Grayscale: #565656. Windows color (decimal): -16357414 or 14313222. OLE color: 14313222.
HSL color Cylindrical-coordinate representation of color #0667DA: hue angle of 212.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0667DA is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 103 | 218 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.15 |
| HSL | 212.55º | 0.95% | 0.44% | - |
| HSV(B) | 212.55º | 0.97% | 0.85% | - |
| XYZ | 17.58 | 14.8 | 68.26 | - |
| YUV | 87.11 | 201.86 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 218 | 0.97 | 0.53 | 0 | 0.15 | 212.55 | 0.95 | 0.44 |
| Hex | 6 | 67 | DA | 61 | 35 | 0 | F | D5 | 5F | 2C |
| Octal | 6 | 147 | 332 | 141 | 65 | 0 | 17 | 325 | 137 | 54 |
| Binary | 110 | 1100111 | 11011010 | 1100001 | 110101 | 0 | 1111 | 11010101 | 1011111 | 101100 |
Color Harmonies of #0667DA
Complementary color
Monochromatic Colors of #0667DA
Black with #0667DA
Text Example
Text Example
White with #0667DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0667DA; }
p { color: rgb(6,103,218); }
H1.HeaderClassName
{
color: #0667DA;
}
.AnyTagClassName
{
color: #0667DA;
}
</style>
background-color css
<style>
a { background-color: #0667DA; }
a { background-color: rgb(6,103,218); }
div.DivClassName
{
background-color: #0667DA;
}
.BgClassName
{
background-color: #0667DA;
}
</style>
border-color css
<style>
span { border-color: #0667DA; }
span { border-color: rgb(6,103,218); }
td.TdClassName
{
border-color: #0667DA;
}
.TagClassName
{
border-color: #0667DA;
}
</style>