Shades of Navy Blue #1879CF
Tints of Navy Blue #1879CF
RGB
CMYK
RGB Variations
Color information
#1879CF (or 0x1879CF) is known color: Navy Blue. HEX triplet: 18, 79 and CF. RGB value is (24,121,207). Sum of RGB (Red+Green+Blue) = 24+121+207=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #1879CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1879CF is #E78630. Grayscale: #656565. Windows color (decimal): -15173169 or 13596952. OLE color: 13596952.
HSL color Cylindrical-coordinate representation of color #1879CF: hue angle of 208.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1879CF is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 121 | 207 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.19 |
| HSL | 208.2º | 0.79% | 0.45% | - |
| HSV(B) | 208.2º | 0.88% | 0.81% | - |
| XYZ | 18.48 | 18.37 | 61.6 | - |
| YUV | 101.8 | 187.36 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 207 | 0.88 | 0.42 | 0 | 0.19 | 208.2 | 0.79 | 0.45 |
| Hex | 18 | 79 | CF | 58 | 2A | 0 | 13 | D0 | 4F | 2D |
| Octal | 30 | 171 | 317 | 130 | 52 | 0 | 23 | 320 | 117 | 55 |
| Binary | 11000 | 1111001 | 11001111 | 1011000 | 101010 | 0 | 10011 | 11010000 | 1001111 | 101101 |
Color Harmonies of #1879CF
Complementary color
Monochromatic Colors of #1879CF
Black with #1879CF
Text Example
Text Example
White with #1879CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1879CF; }
p { color: rgb(24,121,207); }
H1.HeaderClassName
{
color: #1879CF;
}
.AnyTagClassName
{
color: #1879CF;
}
</style>
background-color css
<style>
a { background-color: #1879CF; }
a { background-color: rgb(24,121,207); }
div.DivClassName
{
background-color: #1879CF;
}
.BgClassName
{
background-color: #1879CF;
}
</style>
border-color css
<style>
span { border-color: #1879CF; }
span { border-color: rgb(24,121,207); }
td.TdClassName
{
border-color: #1879CF;
}
.TagClassName
{
border-color: #1879CF;
}
</style>