Shades of Navy Blue #0C48FE
Tints of Navy Blue #0C48FE
RGB
CMYK
RGB Variations
Color information
#0C48FE (or 0x0C48FE) is known color: Navy Blue. HEX triplet: 0C, 48 and FE. RGB value is (12,72,254). Sum of RGB (Red+Green+Blue) = 12+72+254=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C48FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C48FE is #F3B701. Grayscale: #4A4A4A. Windows color (decimal): -15972098 or 16664588. OLE color: 16664588.
HSL color Cylindrical-coordinate representation of color #0C48FE: hue angle of 225.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C48FE is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 72 | 254 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.00 |
| HSL | 225.12º | 0.99% | 0.52% | - |
| HSV(B) | 225.12º | 0.95% | 1% | - |
| XYZ | 20.36 | 11.87 | 94.98 | - |
| YUV | 74.81 | 229.12 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 254 | 0.95 | 0.72 | 0 | 0.00 | 225.12 | 0.99 | 0.52 |
| Hex | C | 48 | FE | 5F | 48 | 0 | 0 | E1 | 63 | 34 |
| Octal | 14 | 110 | 376 | 137 | 110 | 0 | 0 | 341 | 143 | 64 |
| Binary | 1100 | 1001000 | 11111110 | 1011111 | 1001000 | 0 | 0 | 11100001 | 1100011 | 110100 |
Color Harmonies of #0C48FE
Complementary color
Monochromatic Colors of #0C48FE
Black with #0C48FE
Text Example
Text Example
White with #0C48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C48FE; }
p { color: rgb(12,72,254); }
H1.HeaderClassName
{
color: #0C48FE;
}
.AnyTagClassName
{
color: #0C48FE;
}
</style>
background-color css
<style>
a { background-color: #0C48FE; }
a { background-color: rgb(12,72,254); }
div.DivClassName
{
background-color: #0C48FE;
}
.BgClassName
{
background-color: #0C48FE;
}
</style>
border-color css
<style>
span { border-color: #0C48FE; }
span { border-color: rgb(12,72,254); }
td.TdClassName
{
border-color: #0C48FE;
}
.TagClassName
{
border-color: #0C48FE;
}
</style>