Shades of Navy Blue #0D75EB
Tints of Navy Blue #0D75EB
RGB
CMYK
RGB Variations
Color information
#0D75EB (or 0x0D75EB) is known color: Navy Blue. HEX triplet: 0D, 75 and EB. RGB value is (13,117,235). Sum of RGB (Red+Green+Blue) = 13+117+235=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D75EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D75EB is #F28A14. Grayscale: #626262. Windows color (decimal): -15895061 or 15430925. OLE color: 15430925.
HSL color Cylindrical-coordinate representation of color #0D75EB: hue angle of 211.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D75EB is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 117 | 235 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.08 |
| HSL | 211.89º | 0.9% | 0.49% | - |
| HSV(B) | 211.89º | 0.94% | 0.92% | - |
| XYZ | 21.52 | 18.81 | 81.09 | - |
| YUV | 99.36 | 204.54 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 235 | 0.94 | 0.50 | 0 | 0.08 | 211.89 | 0.9 | 0.49 |
| Hex | D | 75 | EB | 5E | 32 | 0 | 8 | D4 | 5A | 31 |
| Octal | 15 | 165 | 353 | 136 | 62 | 0 | 10 | 324 | 132 | 61 |
| Binary | 1101 | 1110101 | 11101011 | 1011110 | 110010 | 0 | 1000 | 11010100 | 1011010 | 110001 |
Color Harmonies of #0D75EB
Complementary color
Monochromatic Colors of #0D75EB
Black with #0D75EB
Text Example
Text Example
White with #0D75EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D75EB; }
p { color: rgb(13,117,235); }
H1.HeaderClassName
{
color: #0D75EB;
}
.AnyTagClassName
{
color: #0D75EB;
}
</style>
background-color css
<style>
a { background-color: #0D75EB; }
a { background-color: rgb(13,117,235); }
div.DivClassName
{
background-color: #0D75EB;
}
.BgClassName
{
background-color: #0D75EB;
}
</style>
border-color css
<style>
span { border-color: #0D75EB; }
span { border-color: rgb(13,117,235); }
td.TdClassName
{
border-color: #0D75EB;
}
.TagClassName
{
border-color: #0D75EB;
}
</style>