Shades of Navy Blue #0367C1
Tints of Navy Blue #0367C1
RGB
CMYK
RGB Variations
Color information
#0367C1 (or 0x0367C1) is known color: Navy Blue. HEX triplet: 03, 67 and C1. RGB value is (3,103,193). Sum of RGB (Red+Green+Blue) = 3+103+193=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #0367C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367C1 is #FC983E. Grayscale: #525252. Windows color (decimal): -16554047 or 12674819. OLE color: 12674819.
HSL color Cylindrical-coordinate representation of color #0367C1: hue angle of 208.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0367C1 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 103 | 193 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.24 |
| HSL | 208.42º | 0.97% | 0.38% | - |
| HSV(B) | 208.42º | 0.98% | 0.76% | - |
| XYZ | 14.51 | 13.57 | 52.31 | - |
| YUV | 83.36 | 189.87 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 193 | 0.98 | 0.47 | 0 | 0.24 | 208.42 | 0.97 | 0.38 |
| Hex | 3 | 67 | C1 | 62 | 2F | 0 | 18 | D0 | 61 | 26 |
| Octal | 3 | 147 | 301 | 142 | 57 | 0 | 30 | 320 | 141 | 46 |
| Binary | 11 | 1100111 | 11000001 | 1100010 | 101111 | 0 | 11000 | 11010000 | 1100001 | 100110 |
Color Harmonies of #0367C1
Complementary color
Monochromatic Colors of #0367C1
Black with #0367C1
Text Example
Text Example
White with #0367C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0367C1; }
p { color: rgb(3,103,193); }
H1.HeaderClassName
{
color: #0367C1;
}
.AnyTagClassName
{
color: #0367C1;
}
</style>
background-color css
<style>
a { background-color: #0367C1; }
a { background-color: rgb(3,103,193); }
div.DivClassName
{
background-color: #0367C1;
}
.BgClassName
{
background-color: #0367C1;
}
</style>
border-color css
<style>
span { border-color: #0367C1; }
span { border-color: rgb(3,103,193); }
td.TdClassName
{
border-color: #0367C1;
}
.TagClassName
{
border-color: #0367C1;
}
</style>