Shades of Navy Blue #066CE3
Tints of Navy Blue #066CE3
RGB
CMYK
RGB Variations
Color information
#066CE3 (or 0x066CE3) is known color: Navy Blue. HEX triplet: 06, 6C and E3. RGB value is (6,108,227). Sum of RGB (Red+Green+Blue) = 6+108+227=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 227 (89.06% from 255 or 66.57% from 341); Max value from RGB is 227 - color contains mainly: blue. Hex color #066CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CE3 is #F9931C. Grayscale: #5A5A5A. Windows color (decimal): -16356125 or 14904326. OLE color: 14904326.
HSL color Cylindrical-coordinate representation of color #066CE3: hue angle of 212.31º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CE3 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 108 | 227 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.11 |
| HSL | 212.31º | 0.95% | 0.46% | - |
| HSV(B) | 212.31º | 0.97% | 0.89% | - |
| XYZ | 19.3 | 16.31 | 74.8 | - |
| YUV | 91.07 | 204.71 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 227 | 0.97 | 0.52 | 0 | 0.11 | 212.31 | 0.95 | 0.46 |
| Hex | 6 | 6C | E3 | 61 | 34 | 0 | B | D4 | 5F | 2E |
| Octal | 6 | 154 | 343 | 141 | 64 | 0 | 13 | 324 | 137 | 56 |
| Binary | 110 | 1101100 | 11100011 | 1100001 | 110100 | 0 | 1011 | 11010100 | 1011111 | 101110 |
Color Harmonies of #066CE3
Complementary color
Monochromatic Colors of #066CE3
Black with #066CE3
Text Example
Text Example
White with #066CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CE3; }
p { color: rgb(6,108,227); }
H1.HeaderClassName
{
color: #066CE3;
}
.AnyTagClassName
{
color: #066CE3;
}
</style>
background-color css
<style>
a { background-color: #066CE3; }
a { background-color: rgb(6,108,227); }
div.DivClassName
{
background-color: #066CE3;
}
.BgClassName
{
background-color: #066CE3;
}
</style>
border-color css
<style>
span { border-color: #066CE3; }
span { border-color: rgb(6,108,227); }
td.TdClassName
{
border-color: #066CE3;
}
.TagClassName
{
border-color: #066CE3;
}
</style>