Shades of Navy Blue #1880CF
Tints of Navy Blue #1880CF
RGB
CMYK
RGB Variations
Color information
#1880CF (or 0x1880CF) is known color: Navy Blue. HEX triplet: 18, 80 and CF. RGB value is (24,128,207). Sum of RGB (Red+Green+Blue) = 24+128+207=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #1880CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880CF is #E77F30. Grayscale: #696969. Windows color (decimal): -15171377 or 13598744. OLE color: 13598744.
HSL color Cylindrical-coordinate representation of color #1880CF: hue angle of 205.9º 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 #1880CF is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 128 | 207 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.19 |
| HSL | 205.9º | 0.79% | 0.45% | - |
| HSV(B) | 205.9º | 0.88% | 0.81% | - |
| XYZ | 19.36 | 20.14 | 61.9 | - |
| YUV | 105.91 | 185.04 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 207 | 0.88 | 0.38 | 0 | 0.19 | 205.9 | 0.79 | 0.45 |
| Hex | 18 | 80 | CF | 58 | 26 | 0 | 13 | CE | 4F | 2D |
| Octal | 30 | 200 | 317 | 130 | 46 | 0 | 23 | 316 | 117 | 55 |
| Binary | 11000 | 10000000 | 11001111 | 1011000 | 100110 | 0 | 10011 | 11001110 | 1001111 | 101101 |
Color Harmonies of #1880CF
Complementary color
Monochromatic Colors of #1880CF
Black with #1880CF
Text Example
Text Example
White with #1880CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880CF; }
p { color: rgb(24,128,207); }
H1.HeaderClassName
{
color: #1880CF;
}
.AnyTagClassName
{
color: #1880CF;
}
</style>
background-color css
<style>
a { background-color: #1880CF; }
a { background-color: rgb(24,128,207); }
div.DivClassName
{
background-color: #1880CF;
}
.BgClassName
{
background-color: #1880CF;
}
</style>
border-color css
<style>
span { border-color: #1880CF; }
span { border-color: rgb(24,128,207); }
td.TdClassName
{
border-color: #1880CF;
}
.TagClassName
{
border-color: #1880CF;
}
</style>