Shades of Navy Blue #0B42FE
Tints of Navy Blue #0B42FE
RGB
CMYK
RGB Variations
Color information
#0B42FE (or 0x0B42FE) is known color: Navy Blue. HEX triplet: 0B, 42 and FE. RGB value is (11,66,254). Sum of RGB (Red+Green+Blue) = 11+66+254=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B42FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B42FE is #F4BD01. Grayscale: #464646. Windows color (decimal): -16039170 or 16663051. OLE color: 16663051.
HSL color Cylindrical-coordinate representation of color #0B42FE: hue angle of 226.42º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B42FE is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 66 | 254 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.00 |
| HSL | 226.42º | 0.99% | 0.52% | - |
| HSV(B) | 226.42º | 0.96% | 1% | - |
| XYZ | 19.98 | 11.12 | 94.86 | - |
| YUV | 70.99 | 231.28 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 254 | 0.96 | 0.74 | 0 | 0.00 | 226.42 | 0.99 | 0.52 |
| Hex | B | 42 | FE | 60 | 4A | 0 | 0 | E2 | 63 | 34 |
| Octal | 13 | 102 | 376 | 140 | 112 | 0 | 0 | 342 | 143 | 64 |
| Binary | 1011 | 1000010 | 11111110 | 1100000 | 1001010 | 0 | 0 | 11100010 | 1100011 | 110100 |
Color Harmonies of #0B42FE
Complementary color
Monochromatic Colors of #0B42FE
Black with #0B42FE
Text Example
Text Example
White with #0B42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B42FE; }
p { color: rgb(11,66,254); }
H1.HeaderClassName
{
color: #0B42FE;
}
.AnyTagClassName
{
color: #0B42FE;
}
</style>
background-color css
<style>
a { background-color: #0B42FE; }
a { background-color: rgb(11,66,254); }
div.DivClassName
{
background-color: #0B42FE;
}
.BgClassName
{
background-color: #0B42FE;
}
</style>
border-color css
<style>
span { border-color: #0B42FE; }
span { border-color: rgb(11,66,254); }
td.TdClassName
{
border-color: #0B42FE;
}
.TagClassName
{
border-color: #0B42FE;
}
</style>