Shades of Navy Blue #0368CC
Tints of Navy Blue #0368CC
RGB
CMYK
RGB Variations
Color information
#0368CC (or 0x0368CC) is known color: Navy Blue. HEX triplet: 03, 68 and CC. RGB value is (3,104,204). Sum of RGB (Red+Green+Blue) = 3+104+204=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #0368CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0368CC is #FC9733. Grayscale: #545454. Windows color (decimal): -16553780 or 13395971. OLE color: 13395971.
HSL color Cylindrical-coordinate representation of color #0368CC: hue angle of 209.85º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0368CC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 104 | 204 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.2 |
| HSL | 209.85º | 0.97% | 0.41% | - |
| HSV(B) | 209.85º | 0.99% | 0.8% | - |
| XYZ | 15.89 | 14.28 | 59.05 | - |
| YUV | 85.2 | 195.04 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 204 | 0.99 | 0.49 | 0 | 0.2 | 209.85 | 0.97 | 0.41 |
| Hex | 3 | 68 | CC | 63 | 31 | 0 | 14 | D2 | 61 | 29 |
| Octal | 3 | 150 | 314 | 143 | 61 | 0 | 24 | 322 | 141 | 51 |
| Binary | 11 | 1101000 | 11001100 | 1100011 | 110001 | 0 | 10100 | 11010010 | 1100001 | 101001 |
Color Harmonies of #0368CC
Complementary color
Monochromatic Colors of #0368CC
Black with #0368CC
Text Example
Text Example
White with #0368CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0368CC; }
p { color: rgb(3,104,204); }
H1.HeaderClassName
{
color: #0368CC;
}
.AnyTagClassName
{
color: #0368CC;
}
</style>
background-color css
<style>
a { background-color: #0368CC; }
a { background-color: rgb(3,104,204); }
div.DivClassName
{
background-color: #0368CC;
}
.BgClassName
{
background-color: #0368CC;
}
</style>
border-color css
<style>
span { border-color: #0368CC; }
span { border-color: rgb(3,104,204); }
td.TdClassName
{
border-color: #0368CC;
}
.TagClassName
{
border-color: #0368CC;
}
</style>