Shades of Navy Blue #1285D8
Tints of Navy Blue #1285D8
RGB
CMYK
RGB Variations
Color information
#1285D8 (or 0x1285D8) is known color: Navy Blue. HEX triplet: 12, 85 and D8. RGB value is (18,133,216). Sum of RGB (Red+Green+Blue) = 18+133+216=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 216 (84.77% from 255 or 58.86% from 367); Max value from RGB is 216 - color contains mainly: blue. Hex color #1285D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285D8 is #ED7A27. Grayscale: #6B6B6B. Windows color (decimal): -15563304 or 14189842. OLE color: 14189842.
HSL color Cylindrical-coordinate representation of color #1285D8: hue angle of 205.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1285D8 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 133 | 216 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.15 |
| HSL | 205.15º | 0.85% | 0.46% | - |
| HSV(B) | 205.15º | 0.92% | 0.85% | - |
| XYZ | 21.03 | 21.86 | 68.08 | - |
| YUV | 108.08 | 188.9 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 216 | 0.92 | 0.38 | 0 | 0.15 | 205.15 | 0.85 | 0.46 |
| Hex | 12 | 85 | D8 | 5C | 26 | 0 | F | CD | 55 | 2E |
| Octal | 22 | 205 | 330 | 134 | 46 | 0 | 17 | 315 | 125 | 56 |
| Binary | 10010 | 10000101 | 11011000 | 1011100 | 100110 | 0 | 1111 | 11001101 | 1010101 | 101110 |
Color Harmonies of #1285D8
Complementary color
Monochromatic Colors of #1285D8
Black with #1285D8
Text Example
Text Example
White with #1285D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285D8; }
p { color: rgb(18,133,216); }
H1.HeaderClassName
{
color: #1285D8;
}
.AnyTagClassName
{
color: #1285D8;
}
</style>
background-color css
<style>
a { background-color: #1285D8; }
a { background-color: rgb(18,133,216); }
div.DivClassName
{
background-color: #1285D8;
}
.BgClassName
{
background-color: #1285D8;
}
</style>
border-color css
<style>
span { border-color: #1285D8; }
span { border-color: rgb(18,133,216); }
td.TdClassName
{
border-color: #1285D8;
}
.TagClassName
{
border-color: #1285D8;
}
</style>