Shades of Navy Blue #1881CE
Tints of Navy Blue #1881CE
RGB
CMYK
RGB Variations
Color information
#1881CE (or 0x1881CE) is known color: Navy Blue. HEX triplet: 18, 81 and CE. RGB value is (24,129,206). Sum of RGB (Red+Green+Blue) = 24+129+206=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #1881CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1881CE is #E77E31. Grayscale: #696969. Windows color (decimal): -15171122 or 13533464. OLE color: 13533464.
HSL color Cylindrical-coordinate representation of color #1881CE: hue angle of 205.38º 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 #1881CE is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 129 | 206 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.19 |
| HSL | 205.38º | 0.79% | 0.45% | - |
| HSV(B) | 205.38º | 0.88% | 0.81% | - |
| XYZ | 19.37 | 20.35 | 61.3 | - |
| YUV | 106.38 | 184.21 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 206 | 0.88 | 0.37 | 0 | 0.19 | 205.38 | 0.79 | 0.45 |
| Hex | 18 | 81 | CE | 58 | 25 | 0 | 13 | CD | 4F | 2D |
| Octal | 30 | 201 | 316 | 130 | 45 | 0 | 23 | 315 | 117 | 55 |
| Binary | 11000 | 10000001 | 11001110 | 1011000 | 100101 | 0 | 10011 | 11001101 | 1001111 | 101101 |
Color Harmonies of #1881CE
Complementary color
Monochromatic Colors of #1881CE
Black with #1881CE
Text Example
Text Example
White with #1881CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1881CE; }
p { color: rgb(24,129,206); }
H1.HeaderClassName
{
color: #1881CE;
}
.AnyTagClassName
{
color: #1881CE;
}
</style>
background-color css
<style>
a { background-color: #1881CE; }
a { background-color: rgb(24,129,206); }
div.DivClassName
{
background-color: #1881CE;
}
.BgClassName
{
background-color: #1881CE;
}
</style>
border-color css
<style>
span { border-color: #1881CE; }
span { border-color: rgb(24,129,206); }
td.TdClassName
{
border-color: #1881CE;
}
.TagClassName
{
border-color: #1881CE;
}
</style>