Shades of Navy Blue #1B6CE0
Tints of Navy Blue #1B6CE0
RGB
CMYK
RGB Variations
Color information
#1B6CE0 (or 0x1B6CE0) is known color: Navy Blue. HEX triplet: 1B, 6C and E0. RGB value is (27,108,224). Sum of RGB (Red+Green+Blue) = 27+108+224=359 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.52% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #1B6CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6CE0 is #E4931F. Grayscale: #606060. Windows color (decimal): -14979872 or 14707739. OLE color: 14707739.
HSL color Cylindrical-coordinate representation of color #1B6CE0: hue angle of 215.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B6CE0 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 108 | 224 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.12 |
| HSL | 215.33º | 0.78% | 0.49% | - |
| HSV(B) | 215.33º | 0.88% | 0.88% | - |
| XYZ | 19.27 | 16.34 | 72.66 | - |
| YUV | 97.01 | 199.66 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 224 | 0.88 | 0.52 | 0 | 0.12 | 215.33 | 0.78 | 0.49 |
| Hex | 1B | 6C | E0 | 58 | 34 | 0 | C | D7 | 4E | 31 |
| Octal | 33 | 154 | 340 | 130 | 64 | 0 | 14 | 327 | 116 | 61 |
| Binary | 11011 | 1101100 | 11100000 | 1011000 | 110100 | 0 | 1100 | 11010111 | 1001110 | 110001 |
Color Harmonies of #1B6CE0
Complementary color
Monochromatic Colors of #1B6CE0
Black with #1B6CE0
Text Example
Text Example
White with #1B6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6CE0; }
p { color: rgb(27,108,224); }
H1.HeaderClassName
{
color: #1B6CE0;
}
.AnyTagClassName
{
color: #1B6CE0;
}
</style>
background-color css
<style>
a { background-color: #1B6CE0; }
a { background-color: rgb(27,108,224); }
div.DivClassName
{
background-color: #1B6CE0;
}
.BgClassName
{
background-color: #1B6CE0;
}
</style>
border-color css
<style>
span { border-color: #1B6CE0; }
span { border-color: rgb(27,108,224); }
td.TdClassName
{
border-color: #1B6CE0;
}
.TagClassName
{
border-color: #1B6CE0;
}
</style>