Shades of Navy Blue #0B65FA
Tints of Navy Blue #0B65FA
RGB
CMYK
RGB Variations
Color information
#0B65FA (or 0x0B65FA) is known color: Navy Blue. HEX triplet: 0B, 65 and FA. RGB value is (11,101,250). Sum of RGB (Red+Green+Blue) = 11+101+250=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B65FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B65FA is #F49A05. Grayscale: #5A5A5A. Windows color (decimal): -16030214 or 16409867. OLE color: 16409867.
HSL color Cylindrical-coordinate representation of color #0B65FA: hue angle of 217.41º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B65FA is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 101 | 250 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.02 |
| HSL | 217.41º | 0.96% | 0.51% | - |
| HSV(B) | 217.41º | 0.96% | 0.98% | - |
| XYZ | 22.05 | 16.28 | 92.42 | - |
| YUV | 91.08 | 217.68 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 250 | 0.96 | 0.60 | 0 | 0.02 | 217.41 | 0.96 | 0.51 |
| Hex | B | 65 | FA | 60 | 3C | 0 | 2 | D9 | 60 | 33 |
| Octal | 13 | 145 | 372 | 140 | 74 | 0 | 2 | 331 | 140 | 63 |
| Binary | 1011 | 1100101 | 11111010 | 1100000 | 111100 | 0 | 10 | 11011001 | 1100000 | 110011 |
Color Harmonies of #0B65FA
Complementary color
Monochromatic Colors of #0B65FA
Black with #0B65FA
Text Example
Text Example
White with #0B65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B65FA; }
p { color: rgb(11,101,250); }
H1.HeaderClassName
{
color: #0B65FA;
}
.AnyTagClassName
{
color: #0B65FA;
}
</style>
background-color css
<style>
a { background-color: #0B65FA; }
a { background-color: rgb(11,101,250); }
div.DivClassName
{
background-color: #0B65FA;
}
.BgClassName
{
background-color: #0B65FA;
}
</style>
border-color css
<style>
span { border-color: #0B65FA; }
span { border-color: rgb(11,101,250); }
td.TdClassName
{
border-color: #0B65FA;
}
.TagClassName
{
border-color: #0B65FA;
}
</style>