Shades of Navy Blue #155CDA
Tints of Navy Blue #155CDA
RGB
CMYK
RGB Variations
Color information
#155CDA (or 0x155CDA) is known color: Navy Blue. HEX triplet: 15, 5C and DA. RGB value is (21,92,218). Sum of RGB (Red+Green+Blue) = 21+92+218=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #155CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CDA is #EAA325. Grayscale: #545454. Windows color (decimal): -15377190 or 14310421. OLE color: 14310421.
HSL color Cylindrical-coordinate representation of color #155CDA: hue angle of 218.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155CDA is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 92 | 218 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.15 |
| HSL | 218.38º | 0.82% | 0.47% | - |
| HSV(B) | 218.38º | 0.9% | 0.85% | - |
| XYZ | 16.79 | 12.88 | 67.93 | - |
| YUV | 85.14 | 202.98 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 218 | 0.90 | 0.58 | 0 | 0.15 | 218.38 | 0.82 | 0.47 |
| Hex | 15 | 5C | DA | 5A | 3A | 0 | F | DA | 52 | 2F |
| Octal | 25 | 134 | 332 | 132 | 72 | 0 | 17 | 332 | 122 | 57 |
| Binary | 10101 | 1011100 | 11011010 | 1011010 | 111010 | 0 | 1111 | 11011010 | 1010010 | 101111 |
Color Harmonies of #155CDA
Complementary color
Monochromatic Colors of #155CDA
Black with #155CDA
Text Example
Text Example
White with #155CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CDA; }
p { color: rgb(21,92,218); }
H1.HeaderClassName
{
color: #155CDA;
}
.AnyTagClassName
{
color: #155CDA;
}
</style>
background-color css
<style>
a { background-color: #155CDA; }
a { background-color: rgb(21,92,218); }
div.DivClassName
{
background-color: #155CDA;
}
.BgClassName
{
background-color: #155CDA;
}
</style>
border-color css
<style>
span { border-color: #155CDA; }
span { border-color: rgb(21,92,218); }
td.TdClassName
{
border-color: #155CDA;
}
.TagClassName
{
border-color: #155CDA;
}
</style>