Shades of Navy Blue #157CD2
Tints of Navy Blue #157CD2
RGB
CMYK
RGB Variations
Color information
#157CD2 (or 0x157CD2) is known color: Navy Blue. HEX triplet: 15, 7C and D2. RGB value is (21,124,210). Sum of RGB (Red+Green+Blue) = 21+124+210=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #157CD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CD2 is #EA832D. Grayscale: #666666. Windows color (decimal): -15369006 or 13794325. OLE color: 13794325.
HSL color Cylindrical-coordinate representation of color #157CD2: hue angle of 207.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157CD2 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 124 | 210 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.18 |
| HSL | 207.3º | 0.82% | 0.45% | - |
| HSV(B) | 207.3º | 0.9% | 0.82% | - |
| XYZ | 19.15 | 19.23 | 63.67 | - |
| YUV | 103.01 | 188.38 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 210 | 0.90 | 0.41 | 0 | 0.18 | 207.3 | 0.82 | 0.45 |
| Hex | 15 | 7C | D2 | 5A | 29 | 0 | 12 | CF | 52 | 2D |
| Octal | 25 | 174 | 322 | 132 | 51 | 0 | 22 | 317 | 122 | 55 |
| Binary | 10101 | 1111100 | 11010010 | 1011010 | 101001 | 0 | 10010 | 11001111 | 1010010 | 101101 |
Color Harmonies of #157CD2
Complementary color
Monochromatic Colors of #157CD2
Black with #157CD2
Text Example
Text Example
White with #157CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CD2; }
p { color: rgb(21,124,210); }
H1.HeaderClassName
{
color: #157CD2;
}
.AnyTagClassName
{
color: #157CD2;
}
</style>
background-color css
<style>
a { background-color: #157CD2; }
a { background-color: rgb(21,124,210); }
div.DivClassName
{
background-color: #157CD2;
}
.BgClassName
{
background-color: #157CD2;
}
</style>
border-color css
<style>
span { border-color: #157CD2; }
span { border-color: rgb(21,124,210); }
td.TdClassName
{
border-color: #157CD2;
}
.TagClassName
{
border-color: #157CD2;
}
</style>