Shades of Navy Blue #0468CC
Tints of Navy Blue #0468CC
RGB
CMYK
RGB Variations
Color information
#0468CC (or 0x0468CC) is known color: Navy Blue. HEX triplet: 04, 68 and CC. RGB value is (4,104,204). Sum of RGB (Red+Green+Blue) = 4+104+204=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #0468CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0468CC is #FB9733. Grayscale: #555555. Windows color (decimal): -16488244 or 13395972. OLE color: 13395972.
HSL color Cylindrical-coordinate representation of color #0468CC: hue angle of 210º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468CC is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 104 | 204 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.2 |
| HSL | 210º | 0.96% | 0.41% | - |
| HSV(B) | 210º | 0.98% | 0.8% | - |
| XYZ | 15.9 | 14.29 | 59.05 | - |
| YUV | 85.5 | 194.87 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 204 | 0.98 | 0.49 | 0 | 0.2 | 210 | 0.96 | 0.41 |
| Hex | 4 | 68 | CC | 62 | 31 | 0 | 14 | D2 | 60 | 29 |
| Octal | 4 | 150 | 314 | 142 | 61 | 0 | 24 | 322 | 140 | 51 |
| Binary | 100 | 1101000 | 11001100 | 1100010 | 110001 | 0 | 10100 | 11010010 | 1100000 | 101001 |
Color Harmonies of #0468CC
Complementary color
Monochromatic Colors of #0468CC
Black with #0468CC
Text Example
Text Example
White with #0468CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0468CC; }
p { color: rgb(4,104,204); }
H1.HeaderClassName
{
color: #0468CC;
}
.AnyTagClassName
{
color: #0468CC;
}
</style>
background-color css
<style>
a { background-color: #0468CC; }
a { background-color: rgb(4,104,204); }
div.DivClassName
{
background-color: #0468CC;
}
.BgClassName
{
background-color: #0468CC;
}
</style>
border-color css
<style>
span { border-color: #0468CC; }
span { border-color: rgb(4,104,204); }
td.TdClassName
{
border-color: #0468CC;
}
.TagClassName
{
border-color: #0468CC;
}
</style>