Shades of Navy Blue #0C53E5
Tints of Navy Blue #0C53E5
RGB
CMYK
RGB Variations
Color information
#0C53E5 (or 0x0C53E5) is known color: Navy Blue. HEX triplet: 0C, 53 and E5. RGB value is (12,83,229). Sum of RGB (Red+Green+Blue) = 12+83+229=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 229 (89.84% from 255 or 70.68% from 324); Max value from RGB is 229 - color contains mainly: blue. Hex color #0C53E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C53E5 is #F3AC1A. Grayscale: #4D4D4D. Windows color (decimal): -15969307 or 15029004. OLE color: 15029004.
HSL color Cylindrical-coordinate representation of color #0C53E5: hue angle of 220.37º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C53E5 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 83 | 229 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.10 |
| HSL | 220.37º | 0.9% | 0.47% | - |
| HSV(B) | 220.37º | 0.95% | 0.9% | - |
| XYZ | 17.39 | 11.92 | 75.51 | - |
| YUV | 78.42 | 212.98 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 229 | 0.95 | 0.64 | 0 | 0.10 | 220.37 | 0.9 | 0.47 |
| Hex | C | 53 | E5 | 5F | 40 | 0 | A | DC | 5A | 2F |
| Octal | 14 | 123 | 345 | 137 | 100 | 0 | 12 | 334 | 132 | 57 |
| Binary | 1100 | 1010011 | 11100101 | 1011111 | 1000000 | 0 | 1010 | 11011100 | 1011010 | 101111 |
Color Harmonies of #0C53E5
Complementary color
Monochromatic Colors of #0C53E5
Black with #0C53E5
Text Example
Text Example
White with #0C53E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C53E5; }
p { color: rgb(12,83,229); }
H1.HeaderClassName
{
color: #0C53E5;
}
.AnyTagClassName
{
color: #0C53E5;
}
</style>
background-color css
<style>
a { background-color: #0C53E5; }
a { background-color: rgb(12,83,229); }
div.DivClassName
{
background-color: #0C53E5;
}
.BgClassName
{
background-color: #0C53E5;
}
</style>
border-color css
<style>
span { border-color: #0C53E5; }
span { border-color: rgb(12,83,229); }
td.TdClassName
{
border-color: #0C53E5;
}
.TagClassName
{
border-color: #0C53E5;
}
</style>