Shades of Navy Blue #0A44FD
Tints of Navy Blue #0A44FD
RGB
CMYK
RGB Variations
Color information
#0A44FD (or 0x0A44FD) is known color: Navy Blue. HEX triplet: 0A, 44 and FD. RGB value is (10,68,253). Sum of RGB (Red+Green+Blue) = 10+68+253=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A44FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A44FD is #F5BB02. Grayscale: #464646. Windows color (decimal): -16104195 or 16598026. OLE color: 16598026.
HSL color Cylindrical-coordinate representation of color #0A44FD: hue angle of 225.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A44FD is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 68 | 253 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.01 |
| HSL | 225.68º | 0.98% | 0.52% | - |
| HSV(B) | 225.68º | 0.96% | 0.99% | - |
| XYZ | 19.92 | 11.29 | 94.06 | - |
| YUV | 71.75 | 230.28 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 253 | 0.96 | 0.73 | 0 | 0.01 | 225.68 | 0.98 | 0.52 |
| Hex | A | 44 | FD | 60 | 49 | 0 | 1 | E2 | 62 | 34 |
| Octal | 12 | 104 | 375 | 140 | 111 | 0 | 1 | 342 | 142 | 64 |
| Binary | 1010 | 1000100 | 11111101 | 1100000 | 1001001 | 0 | 1 | 11100010 | 1100010 | 110100 |
Color Harmonies of #0A44FD
Complementary color
Monochromatic Colors of #0A44FD
Black with #0A44FD
Text Example
Text Example
White with #0A44FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A44FD; }
p { color: rgb(10,68,253); }
H1.HeaderClassName
{
color: #0A44FD;
}
.AnyTagClassName
{
color: #0A44FD;
}
</style>
background-color css
<style>
a { background-color: #0A44FD; }
a { background-color: rgb(10,68,253); }
div.DivClassName
{
background-color: #0A44FD;
}
.BgClassName
{
background-color: #0A44FD;
}
</style>
border-color css
<style>
span { border-color: #0A44FD; }
span { border-color: rgb(10,68,253); }
td.TdClassName
{
border-color: #0A44FD;
}
.TagClassName
{
border-color: #0A44FD;
}
</style>