Shades of Navy Blue #0243D6
Tints of Navy Blue #0243D6
RGB
CMYK
RGB Variations
Color information
#0243D6 (or 0x0243D6) is known color: Navy Blue. HEX triplet: 02, 43 and D6. RGB value is (2,67,214). Sum of RGB (Red+Green+Blue) = 2+67+214=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 214 (83.98% from 255 or 75.62% from 283); Max value from RGB is 214 - color contains mainly: blue. Hex color #0243D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0243D6 is #FDBC29. Grayscale: #3F3F3F. Windows color (decimal): -16628778 or 14041858. OLE color: 14041858.
HSL color Cylindrical-coordinate representation of color #0243D6: hue angle of 221.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0243D6 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 67 | 214 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.16 |
| HSL | 221.6º | 0.98% | 0.42% | - |
| HSV(B) | 221.6º | 0.99% | 0.84% | - |
| XYZ | 14.17 | 8.88 | 64.59 | - |
| YUV | 64.32 | 212.47 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 214 | 0.99 | 0.69 | 0 | 0.16 | 221.6 | 0.98 | 0.42 |
| Hex | 2 | 43 | D6 | 63 | 45 | 0 | 10 | DE | 62 | 2A |
| Octal | 2 | 103 | 326 | 143 | 105 | 0 | 20 | 336 | 142 | 52 |
| Binary | 10 | 1000011 | 11010110 | 1100011 | 1000101 | 0 | 10000 | 11011110 | 1100010 | 101010 |
Color Harmonies of #0243D6
Complementary color
Monochromatic Colors of #0243D6
Black with #0243D6
Text Example
Text Example
White with #0243D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0243D6; }
p { color: rgb(2,67,214); }
H1.HeaderClassName
{
color: #0243D6;
}
.AnyTagClassName
{
color: #0243D6;
}
</style>
background-color css
<style>
a { background-color: #0243D6; }
a { background-color: rgb(2,67,214); }
div.DivClassName
{
background-color: #0243D6;
}
.BgClassName
{
background-color: #0243D6;
}
</style>
border-color css
<style>
span { border-color: #0243D6; }
span { border-color: rgb(2,67,214); }
td.TdClassName
{
border-color: #0243D6;
}
.TagClassName
{
border-color: #0243D6;
}
</style>