Shades of Navy Blue #0243FD
Tints of Navy Blue #0243FD
RGB
CMYK
RGB Variations
Color information
#0243FD (or 0x0243FD) is known color: Navy Blue. HEX triplet: 02, 43 and FD. RGB value is (2,67,253). Sum of RGB (Red+Green+Blue) = 2+67+253=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #0243FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0243FD is #FDBC02. Grayscale: #434343. Windows color (decimal): -16628739 or 16597762. OLE color: 16597762.
HSL color Cylindrical-coordinate representation of color #0243FD: hue angle of 224.46º 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 #0243FD is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 67 | 253 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.01 |
| HSL | 224.46º | 0.98% | 0.5% | - |
| HSV(B) | 224.46º | 0.99% | 0.99% | - |
| XYZ | 19.76 | 11.12 | 94.03 | - |
| YUV | 68.77 | 231.97 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 253 | 0.99 | 0.74 | 0 | 0.01 | 224.46 | 0.98 | 0.5 |
| Hex | 2 | 43 | FD | 63 | 4A | 0 | 1 | E0 | 62 | 32 |
| Octal | 2 | 103 | 375 | 143 | 112 | 0 | 1 | 340 | 142 | 62 |
| Binary | 10 | 1000011 | 11111101 | 1100011 | 1001010 | 0 | 1 | 11100000 | 1100010 | 110010 |
Color Harmonies of #0243FD
Complementary color
Monochromatic Colors of #0243FD
Black with #0243FD
Text Example
Text Example
White with #0243FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0243FD; }
p { color: rgb(2,67,253); }
H1.HeaderClassName
{
color: #0243FD;
}
.AnyTagClassName
{
color: #0243FD;
}
</style>
background-color css
<style>
a { background-color: #0243FD; }
a { background-color: rgb(2,67,253); }
div.DivClassName
{
background-color: #0243FD;
}
.BgClassName
{
background-color: #0243FD;
}
</style>
border-color css
<style>
span { border-color: #0243FD; }
span { border-color: rgb(2,67,253); }
td.TdClassName
{
border-color: #0243FD;
}
.TagClassName
{
border-color: #0243FD;
}
</style>