Shades of Navy Blue #0B75CB
Tints of Navy Blue #0B75CB
RGB
CMYK
RGB Variations
Color information
#0B75CB (or 0x0B75CB) is known color: Navy Blue. HEX triplet: 0B, 75 and CB. RGB value is (11,117,203). Sum of RGB (Red+Green+Blue) = 11+117+203=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B75CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B75CB is #F48A34. Grayscale: #5E5E5E. Windows color (decimal): -16026165 or 13333771. OLE color: 13333771.
HSL color Cylindrical-coordinate representation of color #0B75CB: hue angle of 206.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B75CB is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 117 | 203 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.20 |
| HSL | 206.88º | 0.9% | 0.42% | - |
| HSV(B) | 206.88º | 0.95% | 0.8% | - |
| XYZ | 17.28 | 17.11 | 58.89 | - |
| YUV | 95.11 | 188.88 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 203 | 0.95 | 0.42 | 0 | 0.20 | 206.88 | 0.9 | 0.42 |
| Hex | B | 75 | CB | 5F | 2A | 0 | 14 | CF | 5A | 2A |
| Octal | 13 | 165 | 313 | 137 | 52 | 0 | 24 | 317 | 132 | 52 |
| Binary | 1011 | 1110101 | 11001011 | 1011111 | 101010 | 0 | 10100 | 11001111 | 1011010 | 101010 |
Color Harmonies of #0B75CB
Complementary color
Monochromatic Colors of #0B75CB
Black with #0B75CB
Text Example
Text Example
White with #0B75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B75CB; }
p { color: rgb(11,117,203); }
H1.HeaderClassName
{
color: #0B75CB;
}
.AnyTagClassName
{
color: #0B75CB;
}
</style>
background-color css
<style>
a { background-color: #0B75CB; }
a { background-color: rgb(11,117,203); }
div.DivClassName
{
background-color: #0B75CB;
}
.BgClassName
{
background-color: #0B75CB;
}
</style>
border-color css
<style>
span { border-color: #0B75CB; }
span { border-color: rgb(11,117,203); }
td.TdClassName
{
border-color: #0B75CB;
}
.TagClassName
{
border-color: #0B75CB;
}
</style>