Shades of Navy Blue #024BF3
Tints of Navy Blue #024BF3
RGB
CMYK
RGB Variations
Color information
#024BF3 (or 0x024BF3) is known color: Navy Blue. HEX triplet: 02, 4B and F3. RGB value is (2,75,243). Sum of RGB (Red+Green+Blue) = 2+75+243=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 243 (95.31% from 255 or 75.94% from 320); Max value from RGB is 243 - color contains mainly: blue. Hex color #024BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BF3 is #FDB40C. Grayscale: #474747. Windows color (decimal): -16626701 or 15944450. OLE color: 15944450.
HSL color Cylindrical-coordinate representation of color #024BF3: hue angle of 221.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BF3 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 75 | 243 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.05 |
| HSL | 221.83º | 0.98% | 0.48% | - |
| HSV(B) | 221.83º | 0.99% | 0.95% | - |
| XYZ | 18.72 | 11.52 | 86.03 | - |
| YUV | 72.33 | 224.32 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 243 | 0.99 | 0.69 | 0 | 0.05 | 221.83 | 0.98 | 0.48 |
| Hex | 2 | 4B | F3 | 63 | 45 | 0 | 5 | DE | 62 | 30 |
| Octal | 2 | 113 | 363 | 143 | 105 | 0 | 5 | 336 | 142 | 60 |
| Binary | 10 | 1001011 | 11110011 | 1100011 | 1000101 | 0 | 101 | 11011110 | 1100010 | 110000 |
Color Harmonies of #024BF3
Complementary color
Monochromatic Colors of #024BF3
Black with #024BF3
Text Example
Text Example
White with #024BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BF3; }
p { color: rgb(2,75,243); }
H1.HeaderClassName
{
color: #024BF3;
}
.AnyTagClassName
{
color: #024BF3;
}
</style>
background-color css
<style>
a { background-color: #024BF3; }
a { background-color: rgb(2,75,243); }
div.DivClassName
{
background-color: #024BF3;
}
.BgClassName
{
background-color: #024BF3;
}
</style>
border-color css
<style>
span { border-color: #024BF3; }
span { border-color: rgb(2,75,243); }
td.TdClassName
{
border-color: #024BF3;
}
.TagClassName
{
border-color: #024BF3;
}
</style>