Shades of Navy Blue #0C48FA
Tints of Navy Blue #0C48FA
RGB
CMYK
RGB Variations
Color information
#0C48FA (or 0x0C48FA) is known color: Navy Blue. HEX triplet: 0C, 48 and FA. RGB value is (12,72,250). Sum of RGB (Red+Green+Blue) = 12+72+250=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C48FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C48FA is #F3B705. Grayscale: #494949. Windows color (decimal): -15972102 or 16402444. OLE color: 16402444.
HSL color Cylindrical-coordinate representation of color #0C48FA: hue angle of 224.87º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C48FA is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 72 | 250 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.02 |
| HSL | 224.87º | 0.96% | 0.51% | - |
| HSV(B) | 224.87º | 0.95% | 0.98% | - |
| XYZ | 19.72 | 11.62 | 91.64 | - |
| YUV | 74.35 | 227.12 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 250 | 0.95 | 0.71 | 0 | 0.02 | 224.87 | 0.96 | 0.51 |
| Hex | C | 48 | FA | 5F | 47 | 0 | 2 | E1 | 60 | 33 |
| Octal | 14 | 110 | 372 | 137 | 107 | 0 | 2 | 341 | 140 | 63 |
| Binary | 1100 | 1001000 | 11111010 | 1011111 | 1000111 | 0 | 10 | 11100001 | 1100000 | 110011 |
Color Harmonies of #0C48FA
Complementary color
Monochromatic Colors of #0C48FA
Black with #0C48FA
Text Example
Text Example
White with #0C48FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C48FA; }
p { color: rgb(12,72,250); }
H1.HeaderClassName
{
color: #0C48FA;
}
.AnyTagClassName
{
color: #0C48FA;
}
</style>
background-color css
<style>
a { background-color: #0C48FA; }
a { background-color: rgb(12,72,250); }
div.DivClassName
{
background-color: #0C48FA;
}
.BgClassName
{
background-color: #0C48FA;
}
</style>
border-color css
<style>
span { border-color: #0C48FA; }
span { border-color: rgb(12,72,250); }
td.TdClassName
{
border-color: #0C48FA;
}
.TagClassName
{
border-color: #0C48FA;
}
</style>