Shades of Navy Blue #1565F2
Tints of Navy Blue #1565F2
RGB
CMYK
RGB Variations
Color information
#1565F2 (or 0x1565F2) is known color: Navy Blue. HEX triplet: 15, 65 and F2. RGB value is (21,101,242). Sum of RGB (Red+Green+Blue) = 21+101+242=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 242 (94.92% from 255 or 66.48% from 364); Max value from RGB is 242 - color contains mainly: blue. Hex color #1565F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565F2 is #EA9A0D. Grayscale: #5C5C5C. Windows color (decimal): -15374862 or 15885589. OLE color: 15885589.
HSL color Cylindrical-coordinate representation of color #1565F2: hue angle of 218.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1565F2 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 101 | 242 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.05 |
| HSL | 218.28º | 0.89% | 0.52% | - |
| HSV(B) | 218.28º | 0.91% | 0.95% | - |
| XYZ | 20.99 | 15.88 | 85.96 | - |
| YUV | 93.15 | 212 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 242 | 0.91 | 0.58 | 0 | 0.05 | 218.28 | 0.89 | 0.52 |
| Hex | 15 | 65 | F2 | 5B | 3A | 0 | 5 | DA | 59 | 34 |
| Octal | 25 | 145 | 362 | 133 | 72 | 0 | 5 | 332 | 131 | 64 |
| Binary | 10101 | 1100101 | 11110010 | 1011011 | 111010 | 0 | 101 | 11011010 | 1011001 | 110100 |
Color Harmonies of #1565F2
Complementary color
Monochromatic Colors of #1565F2
Black with #1565F2
Text Example
Text Example
White with #1565F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565F2; }
p { color: rgb(21,101,242); }
H1.HeaderClassName
{
color: #1565F2;
}
.AnyTagClassName
{
color: #1565F2;
}
</style>
background-color css
<style>
a { background-color: #1565F2; }
a { background-color: rgb(21,101,242); }
div.DivClassName
{
background-color: #1565F2;
}
.BgClassName
{
background-color: #1565F2;
}
</style>
border-color css
<style>
span { border-color: #1565F2; }
span { border-color: rgb(21,101,242); }
td.TdClassName
{
border-color: #1565F2;
}
.TagClassName
{
border-color: #1565F2;
}
</style>