Shades of Navy Blue #1B73DD
Tints of Navy Blue #1B73DD
RGB
CMYK
RGB Variations
Color information
#1B73DD (or 0x1B73DD) is known color: Navy Blue. HEX triplet: 1B, 73 and DD. RGB value is (27,115,221). Sum of RGB (Red+Green+Blue) = 27+115+221=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B73DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B73DD is #E48C22. Grayscale: #646464. Windows color (decimal): -14978083 or 14512923. OLE color: 14512923.
HSL color Cylindrical-coordinate representation of color #1B73DD: hue angle of 212.78º 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 #1B73DD is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 115 | 221 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.13 |
| HSL | 212.78º | 0.78% | 0.49% | - |
| HSV(B) | 212.78º | 0.88% | 0.87% | - |
| XYZ | 19.63 | 17.71 | 70.79 | - |
| YUV | 100.77 | 195.85 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 221 | 0.88 | 0.48 | 0 | 0.13 | 212.78 | 0.78 | 0.49 |
| Hex | 1B | 73 | DD | 58 | 30 | 0 | D | D5 | 4E | 31 |
| Octal | 33 | 163 | 335 | 130 | 60 | 0 | 15 | 325 | 116 | 61 |
| Binary | 11011 | 1110011 | 11011101 | 1011000 | 110000 | 0 | 1101 | 11010101 | 1001110 | 110001 |
Color Harmonies of #1B73DD
Complementary color
Monochromatic Colors of #1B73DD
Black with #1B73DD
Text Example
Text Example
White with #1B73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B73DD; }
p { color: rgb(27,115,221); }
H1.HeaderClassName
{
color: #1B73DD;
}
.AnyTagClassName
{
color: #1B73DD;
}
</style>
background-color css
<style>
a { background-color: #1B73DD; }
a { background-color: rgb(27,115,221); }
div.DivClassName
{
background-color: #1B73DD;
}
.BgClassName
{
background-color: #1B73DD;
}
</style>
border-color css
<style>
span { border-color: #1B73DD; }
span { border-color: rgb(27,115,221); }
td.TdClassName
{
border-color: #1B73DD;
}
.TagClassName
{
border-color: #1B73DD;
}
</style>