Shades of Navy Blue #0C75E5
Tints of Navy Blue #0C75E5
RGB
CMYK
RGB Variations
Color information
#0C75E5 (or 0x0C75E5) is known color: Navy Blue. HEX triplet: 0C, 75 and E5. RGB value is (12,117,229). Sum of RGB (Red+Green+Blue) = 12+117+229=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #0C75E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C75E5 is #F38A1A. Grayscale: #616161. Windows color (decimal): -15960603 or 15037708. OLE color: 15037708.
HSL color Cylindrical-coordinate representation of color #0C75E5: hue angle of 210.97º 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 #0C75E5 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 117 | 229 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.10 |
| HSL | 210.97º | 0.9% | 0.47% | - |
| HSV(B) | 210.97º | 0.95% | 0.9% | - |
| XYZ | 20.66 | 18.46 | 76.6 | - |
| YUV | 98.37 | 201.71 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 229 | 0.95 | 0.49 | 0 | 0.10 | 210.97 | 0.9 | 0.47 |
| Hex | C | 75 | E5 | 5F | 31 | 0 | A | D3 | 5A | 2F |
| Octal | 14 | 165 | 345 | 137 | 61 | 0 | 12 | 323 | 132 | 57 |
| Binary | 1100 | 1110101 | 11100101 | 1011111 | 110001 | 0 | 1010 | 11010011 | 1011010 | 101111 |
Color Harmonies of #0C75E5
Complementary color
Monochromatic Colors of #0C75E5
Black with #0C75E5
Text Example
Text Example
White with #0C75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C75E5; }
p { color: rgb(12,117,229); }
H1.HeaderClassName
{
color: #0C75E5;
}
.AnyTagClassName
{
color: #0C75E5;
}
</style>
background-color css
<style>
a { background-color: #0C75E5; }
a { background-color: rgb(12,117,229); }
div.DivClassName
{
background-color: #0C75E5;
}
.BgClassName
{
background-color: #0C75E5;
}
</style>
border-color css
<style>
span { border-color: #0C75E5; }
span { border-color: rgb(12,117,229); }
td.TdClassName
{
border-color: #0C75E5;
}
.TagClassName
{
border-color: #0C75E5;
}
</style>