Shades of Navy Blue #1C6BDE
Tints of Navy Blue #1C6BDE
RGB
CMYK
RGB Variations
Color information
#1C6BDE (or 0x1C6BDE) is known color: Navy Blue. HEX triplet: 1C, 6B and DE. RGB value is (28,107,222). Sum of RGB (Red+Green+Blue) = 28+107+222=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #1C6BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6BDE is #E39421. Grayscale: #5F5F5F. Windows color (decimal): -14914594 or 14576412. OLE color: 14576412.
HSL color Cylindrical-coordinate representation of color #1C6BDE: hue angle of 215.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C6BDE is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 107 | 222 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.13 |
| HSL | 215.57º | 0.78% | 0.49% | - |
| HSV(B) | 215.57º | 0.87% | 0.87% | - |
| XYZ | 18.92 | 16.04 | 71.21 | - |
| YUV | 96.49 | 198.83 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 107 | 222 | 0.87 | 0.52 | 0 | 0.13 | 215.57 | 0.78 | 0.49 |
| Hex | 1C | 6B | DE | 57 | 34 | 0 | D | D8 | 4E | 31 |
| Octal | 34 | 153 | 336 | 127 | 64 | 0 | 15 | 330 | 116 | 61 |
| Binary | 11100 | 1101011 | 11011110 | 1010111 | 110100 | 0 | 1101 | 11011000 | 1001110 | 110001 |
Color Harmonies of #1C6BDE
Complementary color
Monochromatic Colors of #1C6BDE
Black with #1C6BDE
Text Example
Text Example
White with #1C6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6BDE; }
p { color: rgb(28,107,222); }
H1.HeaderClassName
{
color: #1C6BDE;
}
.AnyTagClassName
{
color: #1C6BDE;
}
</style>
background-color css
<style>
a { background-color: #1C6BDE; }
a { background-color: rgb(28,107,222); }
div.DivClassName
{
background-color: #1C6BDE;
}
.BgClassName
{
background-color: #1C6BDE;
}
</style>
border-color css
<style>
span { border-color: #1C6BDE; }
span { border-color: rgb(28,107,222); }
td.TdClassName
{
border-color: #1C6BDE;
}
.TagClassName
{
border-color: #1C6BDE;
}
</style>