Shades of Navy Blue #157BDE
Tints of Navy Blue #157BDE
RGB
CMYK
RGB Variations
Color information
#157BDE (or 0x157BDE) is known color: Navy Blue. HEX triplet: 15, 7B and DE. RGB value is (21,123,222). Sum of RGB (Red+Green+Blue) = 21+123+222=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #157BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BDE is #EA8421. Grayscale: #676767. Windows color (decimal): -15369250 or 14580501. OLE color: 14580501.
HSL color Cylindrical-coordinate representation of color #157BDE: hue angle of 209.55º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157BDE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 123 | 222 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.13 |
| HSL | 209.55º | 0.83% | 0.48% | - |
| HSV(B) | 209.55º | 0.91% | 0.87% | - |
| XYZ | 20.58 | 19.6 | 71.81 | - |
| YUV | 103.79 | 194.71 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 222 | 0.91 | 0.45 | 0 | 0.13 | 209.55 | 0.83 | 0.48 |
| Hex | 15 | 7B | DE | 5B | 2D | 0 | D | D2 | 53 | 30 |
| Octal | 25 | 173 | 336 | 133 | 55 | 0 | 15 | 322 | 123 | 60 |
| Binary | 10101 | 1111011 | 11011110 | 1011011 | 101101 | 0 | 1101 | 11010010 | 1010011 | 110000 |
Color Harmonies of #157BDE
Complementary color
Monochromatic Colors of #157BDE
Black with #157BDE
Text Example
Text Example
White with #157BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BDE; }
p { color: rgb(21,123,222); }
H1.HeaderClassName
{
color: #157BDE;
}
.AnyTagClassName
{
color: #157BDE;
}
</style>
background-color css
<style>
a { background-color: #157BDE; }
a { background-color: rgb(21,123,222); }
div.DivClassName
{
background-color: #157BDE;
}
.BgClassName
{
background-color: #157BDE;
}
</style>
border-color css
<style>
span { border-color: #157BDE; }
span { border-color: rgb(21,123,222); }
td.TdClassName
{
border-color: #157BDE;
}
.TagClassName
{
border-color: #157BDE;
}
</style>