Shades of Navy Blue #0B74CC
Tints of Navy Blue #0B74CC
RGB
CMYK
RGB Variations
Color information
#0B74CC (or 0x0B74CC) is known color: Navy Blue. HEX triplet: 0B, 74 and CC. RGB value is (11,116,204). Sum of RGB (Red+Green+Blue) = 11+116+204=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B74CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B74CC is #F48B33. Grayscale: #5E5E5E. Windows color (decimal): -16026420 or 13399051. OLE color: 13399051.
HSL color Cylindrical-coordinate representation of color #0B74CC: hue angle of 207.36º 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 #0B74CC is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 116 | 204 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.2 |
| HSL | 207.36º | 0.9% | 0.42% | - |
| HSV(B) | 207.36º | 0.95% | 0.8% | - |
| XYZ | 17.28 | 16.92 | 59.48 | - |
| YUV | 94.64 | 189.71 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 204 | 0.95 | 0.43 | 0 | 0.2 | 207.36 | 0.9 | 0.42 |
| Hex | B | 74 | CC | 5F | 2B | 0 | 14 | CF | 5A | 2A |
| Octal | 13 | 164 | 314 | 137 | 53 | 0 | 24 | 317 | 132 | 52 |
| Binary | 1011 | 1110100 | 11001100 | 1011111 | 101011 | 0 | 10100 | 11001111 | 1011010 | 101010 |
Color Harmonies of #0B74CC
Complementary color
Monochromatic Colors of #0B74CC
Black with #0B74CC
Text Example
Text Example
White with #0B74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B74CC; }
p { color: rgb(11,116,204); }
H1.HeaderClassName
{
color: #0B74CC;
}
.AnyTagClassName
{
color: #0B74CC;
}
</style>
background-color css
<style>
a { background-color: #0B74CC; }
a { background-color: rgb(11,116,204); }
div.DivClassName
{
background-color: #0B74CC;
}
.BgClassName
{
background-color: #0B74CC;
}
</style>
border-color css
<style>
span { border-color: #0B74CC; }
span { border-color: rgb(11,116,204); }
td.TdClassName
{
border-color: #0B74CC;
}
.TagClassName
{
border-color: #0B74CC;
}
</style>