Shades of Navy Blue #023EF3
Tints of Navy Blue #023EF3
RGB
CMYK
RGB Variations
Color information
#023EF3 (or 0x023EF3) is known color: Navy Blue. HEX triplet: 02, 3E and F3. RGB value is (2,62,243). Sum of RGB (Red+Green+Blue) = 2+62+243=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 243 (95.31% from 255 or 79.15% from 307); Max value from RGB is 243 - color contains mainly: blue. Hex color #023EF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023EF3 is #FDC10C. Grayscale: #3F3F3F. Windows color (decimal): -16630029 or 15941122. OLE color: 15941122.
HSL color Cylindrical-coordinate representation of color #023EF3: hue angle of 225.06º 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 #023EF3 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 62 | 243 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.05 |
| HSL | 225.06º | 0.98% | 0.48% | - |
| HSV(B) | 225.06º | 0.99% | 0.95% | - |
| XYZ | 17.93 | 9.93 | 85.77 | - |
| YUV | 64.69 | 228.62 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 243 | 0.99 | 0.74 | 0 | 0.05 | 225.06 | 0.98 | 0.48 |
| Hex | 2 | 3E | F3 | 63 | 4A | 0 | 5 | E1 | 62 | 30 |
| Octal | 2 | 76 | 363 | 143 | 112 | 0 | 5 | 341 | 142 | 60 |
| Binary | 10 | 111110 | 11110011 | 1100011 | 1001010 | 0 | 101 | 11100001 | 1100010 | 110000 |
Color Harmonies of #023EF3
Complementary color
Monochromatic Colors of #023EF3
Black with #023EF3
Text Example
Text Example
White with #023EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023EF3; }
p { color: rgb(2,62,243); }
H1.HeaderClassName
{
color: #023EF3;
}
.AnyTagClassName
{
color: #023EF3;
}
</style>
background-color css
<style>
a { background-color: #023EF3; }
a { background-color: rgb(2,62,243); }
div.DivClassName
{
background-color: #023EF3;
}
.BgClassName
{
background-color: #023EF3;
}
</style>
border-color css
<style>
span { border-color: #023EF3; }
span { border-color: rgb(2,62,243); }
td.TdClassName
{
border-color: #023EF3;
}
.TagClassName
{
border-color: #023EF3;
}
</style>