Shades of Navy Blue #0C63EF
Tints of Navy Blue #0C63EF
RGB
CMYK
RGB Variations
Color information
#0C63EF (or 0x0C63EF) is known color: Navy Blue. HEX triplet: 0C, 63 and EF. RGB value is (12,99,239). Sum of RGB (Red+Green+Blue) = 12+99+239=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C63EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C63EF is #F39C10. Grayscale: #585858. Windows color (decimal): -15965201 or 15688460. OLE color: 15688460.
HSL color Cylindrical-coordinate representation of color #0C63EF: hue angle of 217º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C63EF is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 99 | 239 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.06 |
| HSL | 217º | 0.9% | 0.49% | - |
| HSV(B) | 217º | 0.95% | 0.94% | - |
| XYZ | 20.19 | 15.23 | 83.54 | - |
| YUV | 88.95 | 212.68 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 239 | 0.95 | 0.59 | 0 | 0.06 | 217 | 0.9 | 0.49 |
| Hex | C | 63 | EF | 5F | 3B | 0 | 6 | D9 | 5A | 31 |
| Octal | 14 | 143 | 357 | 137 | 73 | 0 | 6 | 331 | 132 | 61 |
| Binary | 1100 | 1100011 | 11101111 | 1011111 | 111011 | 0 | 110 | 11011001 | 1011010 | 110001 |
Color Harmonies of #0C63EF
Complementary color
Monochromatic Colors of #0C63EF
Black with #0C63EF
Text Example
Text Example
White with #0C63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C63EF; }
p { color: rgb(12,99,239); }
H1.HeaderClassName
{
color: #0C63EF;
}
.AnyTagClassName
{
color: #0C63EF;
}
</style>
background-color css
<style>
a { background-color: #0C63EF; }
a { background-color: rgb(12,99,239); }
div.DivClassName
{
background-color: #0C63EF;
}
.BgClassName
{
background-color: #0C63EF;
}
</style>
border-color css
<style>
span { border-color: #0C63EF; }
span { border-color: rgb(12,99,239); }
td.TdClassName
{
border-color: #0C63EF;
}
.TagClassName
{
border-color: #0C63EF;
}
</style>