Shades of Navy Blue #023FFD
Tints of Navy Blue #023FFD
RGB
CMYK
RGB Variations
Color information
#023FFD (or 0x023FFD) is known color: Navy Blue. HEX triplet: 02, 3F and FD. RGB value is (2,63,253). Sum of RGB (Red+Green+Blue) = 2+63+253=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #023FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023FFD is #FDC002. Grayscale: #414141. Windows color (decimal): -16629763 or 16596738. OLE color: 16596738.
HSL color Cylindrical-coordinate representation of color #023FFD: hue angle of 225.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FFD is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 63 | 253 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.01 |
| HSL | 225.42º | 0.98% | 0.5% | - |
| HSV(B) | 225.42º | 0.99% | 0.99% | - |
| XYZ | 19.53 | 10.66 | 93.96 | - |
| YUV | 66.42 | 233.29 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 253 | 0.99 | 0.75 | 0 | 0.01 | 225.42 | 0.98 | 0.5 |
| Hex | 2 | 3F | FD | 63 | 4B | 0 | 1 | E1 | 62 | 32 |
| Octal | 2 | 77 | 375 | 143 | 113 | 0 | 1 | 341 | 142 | 62 |
| Binary | 10 | 111111 | 11111101 | 1100011 | 1001011 | 0 | 1 | 11100001 | 1100010 | 110010 |
Color Harmonies of #023FFD
Complementary color
Monochromatic Colors of #023FFD
Black with #023FFD
Text Example
Text Example
White with #023FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FFD; }
p { color: rgb(2,63,253); }
H1.HeaderClassName
{
color: #023FFD;
}
.AnyTagClassName
{
color: #023FFD;
}
</style>
background-color css
<style>
a { background-color: #023FFD; }
a { background-color: rgb(2,63,253); }
div.DivClassName
{
background-color: #023FFD;
}
.BgClassName
{
background-color: #023FFD;
}
</style>
border-color css
<style>
span { border-color: #023FFD; }
span { border-color: rgb(2,63,253); }
td.TdClassName
{
border-color: #023FFD;
}
.TagClassName
{
border-color: #023FFD;
}
</style>