Shades of Navy Blue #0C63DE
Tints of Navy Blue #0C63DE
RGB
CMYK
RGB Variations
Color information
#0C63DE (or 0x0C63DE) is known color: Navy Blue. HEX triplet: 0C, 63 and DE. RGB value is (12,99,222). Sum of RGB (Red+Green+Blue) = 12+99+222=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C63DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C63DE is #F39C21. Grayscale: #565656. Windows color (decimal): -15965218 or 14574348. OLE color: 14574348.
HSL color Cylindrical-coordinate representation of color #0C63DE: hue angle of 215.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C63DE is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 99 | 222 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.13 |
| HSL | 215.14º | 0.9% | 0.46% | - |
| HSV(B) | 215.14º | 0.95% | 0.87% | - |
| XYZ | 17.8 | 14.28 | 70.92 | - |
| YUV | 87.01 | 204.18 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 222 | 0.95 | 0.55 | 0 | 0.13 | 215.14 | 0.9 | 0.46 |
| Hex | C | 63 | DE | 5F | 37 | 0 | D | D7 | 5A | 2E |
| Octal | 14 | 143 | 336 | 137 | 67 | 0 | 15 | 327 | 132 | 56 |
| Binary | 1100 | 1100011 | 11011110 | 1011111 | 110111 | 0 | 1101 | 11010111 | 1011010 | 101110 |
Color Harmonies of #0C63DE
Complementary color
Monochromatic Colors of #0C63DE
Black with #0C63DE
Text Example
Text Example
White with #0C63DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C63DE; }
p { color: rgb(12,99,222); }
H1.HeaderClassName
{
color: #0C63DE;
}
.AnyTagClassName
{
color: #0C63DE;
}
</style>
background-color css
<style>
a { background-color: #0C63DE; }
a { background-color: rgb(12,99,222); }
div.DivClassName
{
background-color: #0C63DE;
}
.BgClassName
{
background-color: #0C63DE;
}
</style>
border-color css
<style>
span { border-color: #0C63DE; }
span { border-color: rgb(12,99,222); }
td.TdClassName
{
border-color: #0C63DE;
}
.TagClassName
{
border-color: #0C63DE;
}
</style>