Shades of Navy Blue #1881CA
Tints of Navy Blue #1881CA
RGB
CMYK
RGB Variations
Color information
#1881CA (or 0x1881CA) is known color: Navy Blue. HEX triplet: 18, 81 and CA. RGB value is (24,129,202). Sum of RGB (Red+Green+Blue) = 24+129+202=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #1881CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1881CA is #E77E35. Grayscale: #696969. Windows color (decimal): -15171126 or 13271320. OLE color: 13271320.
HSL color Cylindrical-coordinate representation of color #1881CA: hue angle of 204.61º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1881CA is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 129 | 202 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.21 |
| HSL | 204.61º | 0.79% | 0.44% | - |
| HSV(B) | 204.61º | 0.88% | 0.79% | - |
| XYZ | 18.89 | 20.16 | 58.77 | - |
| YUV | 105.93 | 182.21 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 202 | 0.88 | 0.36 | 0 | 0.21 | 204.61 | 0.79 | 0.44 |
| Hex | 18 | 81 | CA | 58 | 24 | 0 | 15 | CD | 4F | 2C |
| Octal | 30 | 201 | 312 | 130 | 44 | 0 | 25 | 315 | 117 | 54 |
| Binary | 11000 | 10000001 | 11001010 | 1011000 | 100100 | 0 | 10101 | 11001101 | 1001111 | 101100 |
Color Harmonies of #1881CA
Complementary color
Monochromatic Colors of #1881CA
Black with #1881CA
Text Example
Text Example
White with #1881CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1881CA; }
p { color: rgb(24,129,202); }
H1.HeaderClassName
{
color: #1881CA;
}
.AnyTagClassName
{
color: #1881CA;
}
</style>
background-color css
<style>
a { background-color: #1881CA; }
a { background-color: rgb(24,129,202); }
div.DivClassName
{
background-color: #1881CA;
}
.BgClassName
{
background-color: #1881CA;
}
</style>
border-color css
<style>
span { border-color: #1881CA; }
span { border-color: rgb(24,129,202); }
td.TdClassName
{
border-color: #1881CA;
}
.TagClassName
{
border-color: #1881CA;
}
</style>