Shades of Navy Blue #1484DA
Tints of Navy Blue #1484DA
RGB
CMYK
RGB Variations
Color information
#1484DA (or 0x1484DA) is known color: Navy Blue. HEX triplet: 14, 84 and DA. RGB value is (20,132,218). Sum of RGB (Red+Green+Blue) = 20+132+218=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #1484DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484DA is #EB7B25. Grayscale: #6B6B6B. Windows color (decimal): -15432486 or 14320660. OLE color: 14320660.
HSL color Cylindrical-coordinate representation of color #1484DA: hue angle of 206.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1484DA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 132 | 218 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.15 |
| HSL | 206.06º | 0.83% | 0.47% | - |
| HSV(B) | 206.06º | 0.91% | 0.85% | - |
| XYZ | 21.19 | 21.71 | 69.4 | - |
| YUV | 108.32 | 189.89 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 218 | 0.91 | 0.39 | 0 | 0.15 | 206.06 | 0.83 | 0.47 |
| Hex | 14 | 84 | DA | 5B | 27 | 0 | F | CE | 53 | 2F |
| Octal | 24 | 204 | 332 | 133 | 47 | 0 | 17 | 316 | 123 | 57 |
| Binary | 10100 | 10000100 | 11011010 | 1011011 | 100111 | 0 | 1111 | 11001110 | 1010011 | 101111 |
Color Harmonies of #1484DA
Complementary color
Monochromatic Colors of #1484DA
Black with #1484DA
Text Example
Text Example
White with #1484DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1484DA; }
p { color: rgb(20,132,218); }
H1.HeaderClassName
{
color: #1484DA;
}
.AnyTagClassName
{
color: #1484DA;
}
</style>
background-color css
<style>
a { background-color: #1484DA; }
a { background-color: rgb(20,132,218); }
div.DivClassName
{
background-color: #1484DA;
}
.BgClassName
{
background-color: #1484DA;
}
</style>
border-color css
<style>
span { border-color: #1484DA; }
span { border-color: rgb(20,132,218); }
td.TdClassName
{
border-color: #1484DA;
}
.TagClassName
{
border-color: #1484DA;
}
</style>