Shades of Navy Blue #157BD3
Tints of Navy Blue #157BD3
RGB
CMYK
RGB Variations
Color information
#157BD3 (or 0x157BD3) is known color: Navy Blue. HEX triplet: 15, 7B and D3. RGB value is (21,123,211). Sum of RGB (Red+Green+Blue) = 21+123+211=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 211 (82.81% from 255 or 59.44% from 355); Max value from RGB is 211 - color contains mainly: blue. Hex color #157BD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BD3 is #EA842C. Grayscale: #666666. Windows color (decimal): -15369261 or 13859605. OLE color: 13859605.
HSL color Cylindrical-coordinate representation of color #157BD3: hue angle of 207.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157BD3 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 123 | 211 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.17 |
| HSL | 207.79º | 0.82% | 0.45% | - |
| HSV(B) | 207.79º | 0.9% | 0.83% | - |
| XYZ | 19.15 | 19.03 | 64.29 | - |
| YUV | 102.53 | 189.21 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 211 | 0.90 | 0.42 | 0 | 0.17 | 207.79 | 0.82 | 0.45 |
| Hex | 15 | 7B | D3 | 5A | 2A | 0 | 11 | D0 | 52 | 2D |
| Octal | 25 | 173 | 323 | 132 | 52 | 0 | 21 | 320 | 122 | 55 |
| Binary | 10101 | 1111011 | 11010011 | 1011010 | 101010 | 0 | 10001 | 11010000 | 1010010 | 101101 |
Color Harmonies of #157BD3
Complementary color
Monochromatic Colors of #157BD3
Black with #157BD3
Text Example
Text Example
White with #157BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BD3; }
p { color: rgb(21,123,211); }
H1.HeaderClassName
{
color: #157BD3;
}
.AnyTagClassName
{
color: #157BD3;
}
</style>
background-color css
<style>
a { background-color: #157BD3; }
a { background-color: rgb(21,123,211); }
div.DivClassName
{
background-color: #157BD3;
}
.BgClassName
{
background-color: #157BD3;
}
</style>
border-color css
<style>
span { border-color: #157BD3; }
span { border-color: rgb(21,123,211); }
td.TdClassName
{
border-color: #157BD3;
}
.TagClassName
{
border-color: #157BD3;
}
</style>