Shades of Navy Blue #1B72DD
Tints of Navy Blue #1B72DD
RGB
CMYK
RGB Variations
Color information
#1B72DD (or 0x1B72DD) is known color: Navy Blue. HEX triplet: 1B, 72 and DD. RGB value is (27,114,221). Sum of RGB (Red+Green+Blue) = 27+114+221=362 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.46% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B72DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B72DD is #E48D22. Grayscale: #636363. Windows color (decimal): -14978339 or 14512667. OLE color: 14512667.
HSL color Cylindrical-coordinate representation of color #1B72DD: hue angle of 213.09º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B72DD is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 114 | 221 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.13 |
| HSL | 213.09º | 0.78% | 0.49% | - |
| HSV(B) | 213.09º | 0.88% | 0.87% | - |
| XYZ | 19.52 | 17.49 | 70.75 | - |
| YUV | 100.19 | 196.18 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 114 | 221 | 0.88 | 0.48 | 0 | 0.13 | 213.09 | 0.78 | 0.49 |
| Hex | 1B | 72 | DD | 58 | 30 | 0 | D | D5 | 4E | 31 |
| Octal | 33 | 162 | 335 | 130 | 60 | 0 | 15 | 325 | 116 | 61 |
| Binary | 11011 | 1110010 | 11011101 | 1011000 | 110000 | 0 | 1101 | 11010101 | 1001110 | 110001 |
Color Harmonies of #1B72DD
Complementary color
Monochromatic Colors of #1B72DD
Black with #1B72DD
Text Example
Text Example
White with #1B72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B72DD; }
p { color: rgb(27,114,221); }
H1.HeaderClassName
{
color: #1B72DD;
}
.AnyTagClassName
{
color: #1B72DD;
}
</style>
background-color css
<style>
a { background-color: #1B72DD; }
a { background-color: rgb(27,114,221); }
div.DivClassName
{
background-color: #1B72DD;
}
.BgClassName
{
background-color: #1B72DD;
}
</style>
border-color css
<style>
span { border-color: #1B72DD; }
span { border-color: rgb(27,114,221); }
td.TdClassName
{
border-color: #1B72DD;
}
.TagClassName
{
border-color: #1B72DD;
}
</style>