Shades of Navy Blue #0243DF
Tints of Navy Blue #0243DF
RGB
CMYK
RGB Variations
Color information
#0243DF (or 0x0243DF) is known color: Navy Blue. HEX triplet: 02, 43 and DF. RGB value is (2,67,223). Sum of RGB (Red+Green+Blue) = 2+67+223=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #0243DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0243DF is #FDBC20. Grayscale: #404040. Windows color (decimal): -16628769 or 14631682. OLE color: 14631682.
HSL color Cylindrical-coordinate representation of color #0243DF: hue angle of 222.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0243DF is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 67 | 223 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.13 |
| HSL | 222.35º | 0.98% | 0.44% | - |
| HSV(B) | 222.35º | 0.99% | 0.87% | - |
| XYZ | 15.35 | 9.35 | 70.81 | - |
| YUV | 65.35 | 216.97 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 223 | 0.99 | 0.70 | 0 | 0.13 | 222.35 | 0.98 | 0.44 |
| Hex | 2 | 43 | DF | 63 | 46 | 0 | D | DE | 62 | 2C |
| Octal | 2 | 103 | 337 | 143 | 106 | 0 | 15 | 336 | 142 | 54 |
| Binary | 10 | 1000011 | 11011111 | 1100011 | 1000110 | 0 | 1101 | 11011110 | 1100010 | 101100 |
Color Harmonies of #0243DF
Complementary color
Monochromatic Colors of #0243DF
Black with #0243DF
Text Example
Text Example
White with #0243DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0243DF; }
p { color: rgb(2,67,223); }
H1.HeaderClassName
{
color: #0243DF;
}
.AnyTagClassName
{
color: #0243DF;
}
</style>
background-color css
<style>
a { background-color: #0243DF; }
a { background-color: rgb(2,67,223); }
div.DivClassName
{
background-color: #0243DF;
}
.BgClassName
{
background-color: #0243DF;
}
</style>
border-color css
<style>
span { border-color: #0243DF; }
span { border-color: rgb(2,67,223); }
td.TdClassName
{
border-color: #0243DF;
}
.TagClassName
{
border-color: #0243DF;
}
</style>