Shades of Navy Blue #066CE5
Tints of Navy Blue #066CE5
RGB
CMYK
RGB Variations
Color information
#066CE5 (or 0x066CE5) is known color: Navy Blue. HEX triplet: 06, 6C and E5. RGB value is (6,108,229). Sum of RGB (Red+Green+Blue) = 6+108+229=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 229 (89.84% from 255 or 66.76% from 343); Max value from RGB is 229 - color contains mainly: blue. Hex color #066CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CE5 is #F9931A. Grayscale: #5A5A5A. Windows color (decimal): -16356123 or 15035398. OLE color: 15035398.
HSL color Cylindrical-coordinate representation of color #066CE5: hue angle of 212.56º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CE5 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 108 | 229 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.10 |
| HSL | 212.56º | 0.95% | 0.46% | - |
| HSV(B) | 212.56º | 0.97% | 0.9% | - |
| XYZ | 19.58 | 16.42 | 76.27 | - |
| YUV | 91.3 | 205.71 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 229 | 0.97 | 0.53 | 0 | 0.10 | 212.56 | 0.95 | 0.46 |
| Hex | 6 | 6C | E5 | 61 | 35 | 0 | A | D5 | 5F | 2E |
| Octal | 6 | 154 | 345 | 141 | 65 | 0 | 12 | 325 | 137 | 56 |
| Binary | 110 | 1101100 | 11100101 | 1100001 | 110101 | 0 | 1010 | 11010101 | 1011111 | 101110 |
Color Harmonies of #066CE5
Complementary color
Monochromatic Colors of #066CE5
Black with #066CE5
Text Example
Text Example
White with #066CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CE5; }
p { color: rgb(6,108,229); }
H1.HeaderClassName
{
color: #066CE5;
}
.AnyTagClassName
{
color: #066CE5;
}
</style>
background-color css
<style>
a { background-color: #066CE5; }
a { background-color: rgb(6,108,229); }
div.DivClassName
{
background-color: #066CE5;
}
.BgClassName
{
background-color: #066CE5;
}
</style>
border-color css
<style>
span { border-color: #066CE5; }
span { border-color: rgb(6,108,229); }
td.TdClassName
{
border-color: #066CE5;
}
.TagClassName
{
border-color: #066CE5;
}
</style>