Shades of Navy Blue #165CED
Tints of Navy Blue #165CED
RGB
CMYK
RGB Variations
Color information
#165CED (or 0x165CED) is known color: Navy Blue. HEX triplet: 16, 5C and ED. RGB value is (22,92,237). Sum of RGB (Red+Green+Blue) = 22+92+237=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #165CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CED is #E9A312. Grayscale: #565656. Windows color (decimal): -15311635 or 15555606. OLE color: 15555606.
HSL color Cylindrical-coordinate representation of color #165CED: hue angle of 220.47º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165CED is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 92 | 237 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.07 |
| HSL | 220.47º | 0.86% | 0.51% | - |
| HSV(B) | 220.47º | 0.91% | 0.93% | - |
| XYZ | 19.44 | 13.94 | 81.79 | - |
| YUV | 87.6 | 212.31 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 237 | 0.91 | 0.61 | 0 | 0.07 | 220.47 | 0.86 | 0.51 |
| Hex | 16 | 5C | ED | 5B | 3D | 0 | 7 | DC | 56 | 33 |
| Octal | 26 | 134 | 355 | 133 | 75 | 0 | 7 | 334 | 126 | 63 |
| Binary | 10110 | 1011100 | 11101101 | 1011011 | 111101 | 0 | 111 | 11011100 | 1010110 | 110011 |
Color Harmonies of #165CED
Complementary color
Monochromatic Colors of #165CED
Black with #165CED
Text Example
Text Example
White with #165CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CED; }
p { color: rgb(22,92,237); }
H1.HeaderClassName
{
color: #165CED;
}
.AnyTagClassName
{
color: #165CED;
}
</style>
background-color css
<style>
a { background-color: #165CED; }
a { background-color: rgb(22,92,237); }
div.DivClassName
{
background-color: #165CED;
}
.BgClassName
{
background-color: #165CED;
}
</style>
border-color css
<style>
span { border-color: #165CED; }
span { border-color: rgb(22,92,237); }
td.TdClassName
{
border-color: #165CED;
}
.TagClassName
{
border-color: #165CED;
}
</style>