Shades of Navy Blue #0B75CE
Tints of Navy Blue #0B75CE
RGB
CMYK
RGB Variations
Color information
#0B75CE (or 0x0B75CE) is known color: Navy Blue. HEX triplet: 0B, 75 and CE. RGB value is (11,117,206). Sum of RGB (Red+Green+Blue) = 11+117+206=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B75CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B75CE is #F48A31. Grayscale: #5E5E5E. Windows color (decimal): -16026162 or 13530379. OLE color: 13530379.
HSL color Cylindrical-coordinate representation of color #0B75CE: hue angle of 207.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B75CE is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 117 | 206 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.19 |
| HSL | 207.38º | 0.9% | 0.43% | - |
| HSV(B) | 207.38º | 0.95% | 0.81% | - |
| XYZ | 17.64 | 17.25 | 60.79 | - |
| YUV | 95.45 | 190.38 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 206 | 0.95 | 0.43 | 0 | 0.19 | 207.38 | 0.9 | 0.43 |
| Hex | B | 75 | CE | 5F | 2B | 0 | 13 | CF | 5A | 2B |
| Octal | 13 | 165 | 316 | 137 | 53 | 0 | 23 | 317 | 132 | 53 |
| Binary | 1011 | 1110101 | 11001110 | 1011111 | 101011 | 0 | 10011 | 11001111 | 1011010 | 101011 |
Color Harmonies of #0B75CE
Complementary color
Monochromatic Colors of #0B75CE
Black with #0B75CE
Text Example
Text Example
White with #0B75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B75CE; }
p { color: rgb(11,117,206); }
H1.HeaderClassName
{
color: #0B75CE;
}
.AnyTagClassName
{
color: #0B75CE;
}
</style>
background-color css
<style>
a { background-color: #0B75CE; }
a { background-color: rgb(11,117,206); }
div.DivClassName
{
background-color: #0B75CE;
}
.BgClassName
{
background-color: #0B75CE;
}
</style>
border-color css
<style>
span { border-color: #0B75CE; }
span { border-color: rgb(11,117,206); }
td.TdClassName
{
border-color: #0B75CE;
}
.TagClassName
{
border-color: #0B75CE;
}
</style>