Shades of Navy Blue #1281CD
Tints of Navy Blue #1281CD
RGB
CMYK
RGB Variations
Color information
#1281CD (or 0x1281CD) is known color: Navy Blue. HEX triplet: 12, 81 and CD. RGB value is (18,129,205). Sum of RGB (Red+Green+Blue) = 18+129+205=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #1281CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1281CD is #ED7E32. Grayscale: #686868. Windows color (decimal): -15564339 or 13467922. OLE color: 13467922.
HSL color Cylindrical-coordinate representation of color #1281CD: hue angle of 204.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1281CD is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 129 | 205 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.20 |
| HSL | 204.39º | 0.84% | 0.44% | - |
| HSV(B) | 204.39º | 0.91% | 0.8% | - |
| XYZ | 19.12 | 20.24 | 60.66 | - |
| YUV | 104.48 | 184.73 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 205 | 0.91 | 0.37 | 0 | 0.20 | 204.39 | 0.84 | 0.44 |
| Hex | 12 | 81 | CD | 5B | 25 | 0 | 14 | CC | 54 | 2C |
| Octal | 22 | 201 | 315 | 133 | 45 | 0 | 24 | 314 | 124 | 54 |
| Binary | 10010 | 10000001 | 11001101 | 1011011 | 100101 | 0 | 10100 | 11001100 | 1010100 | 101100 |
Color Harmonies of #1281CD
Complementary color
Monochromatic Colors of #1281CD
Black with #1281CD
Text Example
Text Example
White with #1281CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1281CD; }
p { color: rgb(18,129,205); }
H1.HeaderClassName
{
color: #1281CD;
}
.AnyTagClassName
{
color: #1281CD;
}
</style>
background-color css
<style>
a { background-color: #1281CD; }
a { background-color: rgb(18,129,205); }
div.DivClassName
{
background-color: #1281CD;
}
.BgClassName
{
background-color: #1281CD;
}
</style>
border-color css
<style>
span { border-color: #1281CD; }
span { border-color: rgb(18,129,205); }
td.TdClassName
{
border-color: #1281CD;
}
.TagClassName
{
border-color: #1281CD;
}
</style>