Shades of Navy Blue #0378CB
Tints of Navy Blue #0378CB
RGB
CMYK
RGB Variations
Color information
#0378CB (or 0x0378CB) is known color: Navy Blue. HEX triplet: 03, 78 and CB. RGB value is (3,120,203). Sum of RGB (Red+Green+Blue) = 3+120+203=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #0378CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0378CB is #FC8734. Grayscale: #5E5E5E. Windows color (decimal): -16549685 or 13334531. OLE color: 13334531.
HSL color Cylindrical-coordinate representation of color #0378CB: hue angle of 204.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0378CB is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 120 | 203 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.20 |
| HSL | 204.9º | 0.97% | 0.4% | - |
| HSV(B) | 204.9º | 0.99% | 0.8% | - |
| XYZ | 17.53 | 17.76 | 59 | - |
| YUV | 94.48 | 189.24 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 203 | 0.99 | 0.41 | 0 | 0.20 | 204.9 | 0.97 | 0.4 |
| Hex | 3 | 78 | CB | 63 | 29 | 0 | 14 | CD | 61 | 28 |
| Octal | 3 | 170 | 313 | 143 | 51 | 0 | 24 | 315 | 141 | 50 |
| Binary | 11 | 1111000 | 11001011 | 1100011 | 101001 | 0 | 10100 | 11001101 | 1100001 | 101000 |
Color Harmonies of #0378CB
Complementary color
Monochromatic Colors of #0378CB
Black with #0378CB
Text Example
Text Example
White with #0378CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0378CB; }
p { color: rgb(3,120,203); }
H1.HeaderClassName
{
color: #0378CB;
}
.AnyTagClassName
{
color: #0378CB;
}
</style>
background-color css
<style>
a { background-color: #0378CB; }
a { background-color: rgb(3,120,203); }
div.DivClassName
{
background-color: #0378CB;
}
.BgClassName
{
background-color: #0378CB;
}
</style>
border-color css
<style>
span { border-color: #0378CB; }
span { border-color: rgb(3,120,203); }
td.TdClassName
{
border-color: #0378CB;
}
.TagClassName
{
border-color: #0378CB;
}
</style>